summaryrefslogtreecommitdiff
path: root/notify/jira
diff options
context:
space:
mode:
authorTCWG BuildSlave <tcwg-buildslave@linaro.org>2023-09-07 12:01:22 +0000
committerTCWG BuildSlave <tcwg-buildslave@linaro.org>2023-09-07 12:01:46 +0000
commit1d8ab8c663519ab815bc5f29e9dabda898f602e9 (patch)
tree62f681db7dcecf30ceae9bfd42b60201a45266b7 /notify/jira
parent42c0683953158f04df8d508abf30bbb113fb633c (diff)
force: #61: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_bmk-code_size-spec2k6--llvm-aarch64-master-O3_LTO-build/61/
Results : | # reset_artifacts: | -10 | # build_bmk_llvm: | -3 | # benchmark -- -O3_LTO: | 1 | # bzip2_base.default,401.bzip2 grew in size by 2% from 66970 to 68190 bytes check_regression status : 1
Diffstat (limited to 'notify/jira')
-rw-r--r--notify/jira/comments.txt9
-rw-r--r--notify/jira/components1
-rw-r--r--notify/jira/description18
-rw-r--r--notify/jira/key1
-rw-r--r--notify/jira/startdate1
-rw-r--r--notify/jira/summary1
-rw-r--r--notify/jira/yaml26
7 files changed, 55 insertions, 2 deletions
diff --git a/notify/jira/comments.txt b/notify/jira/comments.txt
index ebc0839..d0e1a05 100644
--- a/notify/jira/comments.txt
+++ b/notify/jira/comments.txt
@@ -1,3 +1,8 @@
+[LLVM-924]
+401.bzip2 grew in size by 2%
+Details: https://ci.linaro.org/job/tcwg_bmk-code_size-spec2k6--llvm-aarch64-master-O3_LTO-build/61/artifact/artifacts/notify/mail-body.txt/*view*/
+
[LLVM-651]
-464.h264ref reduced in size by 7%
-Details: https://ci.linaro.org/job/tcwg_bmk-code_size-spec2k6--llvm-aarch64-master-O3_LTO-build/60/artifact/artifacts/notify/mail-body.txt/*view*/
+https://linaro.atlassian.net/browse/LLVM-924
+401.bzip2 grew in size by 2%
+Details: https://ci.linaro.org/job/tcwg_bmk-code_size-spec2k6--llvm-aarch64-master-O3_LTO-build/61/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/jira/components b/notify/jira/components
new file mode 100644
index 0000000..e822653
--- /dev/null
+++ b/notify/jira/components
@@ -0,0 +1 @@
+CI,LLVM
diff --git a/notify/jira/description b/notify/jira/description
new file mode 100644
index 0000000..e83b8ea
--- /dev/null
+++ b/notify/jira/description
@@ -0,0 +1,18 @@
+commit llvmorg-18-init-1350-ge894c3d1a9ac
+Author: Alexey Bataev <a.bataev@outlook.com>
+Date: Wed Jul 12 10:42:44 2023 -0700
+
+ [SLP]Improve stores vectorization.
+
+ Use O(nlogn) instead of O(N2) (N <= 32) sorting approach and do not try
+ to revectorize all possible combinations of stores, if they
+ definitely cannot be combined because of mem/data dependencies.
+ Compile time (O3 + lto, skylake_avx512):
+ External/SPEC/CINT2006/483.xalancbmk/483.xalancbmk.test 117.15 120.11 2.5%
+... 37 lines of the commit log omitted.
+
+* tcwg_bmk-code_size-spec2k6
+** llvm-aarch64-master-O3_LTO
+*** 401.bzip2 grew in size by 2%
+*** https://git.linaro.org/toolchain/ci/interesting-commits.git/plain/llvm/sha1/e894c3d1a9ac50f5e91a7ab9e28cab74b6e349f2/tcwg_bmk-code_size-spec2k6/llvm-aarch64-master-O3_LTO/details.txt
+*** https://ci.linaro.org/job/tcwg_bmk-code_size-spec2k6--llvm-aarch64-master-O3_LTO-build/61/
diff --git a/notify/jira/key b/notify/jira/key
new file mode 100644
index 0000000..6616233
--- /dev/null
+++ b/notify/jira/key
@@ -0,0 +1 @@
+LLVM-924
diff --git a/notify/jira/startdate b/notify/jira/startdate
new file mode 100644
index 0000000..204ea78
--- /dev/null
+++ b/notify/jira/startdate
@@ -0,0 +1 @@
+2023-08-07
diff --git a/notify/jira/summary b/notify/jira/summary
new file mode 100644
index 0000000..b4a4f14
--- /dev/null
+++ b/notify/jira/summary
@@ -0,0 +1 @@
+llvmorg-18-init-1350-ge894c3d1a9ac: 401.bzip2 grew in size by 2%
diff --git a/notify/jira/yaml b/notify/jira/yaml
new file mode 100644
index 0000000..eb11ee2
--- /dev/null
+++ b/notify/jira/yaml
@@ -0,0 +1,26 @@
+- Project: LLVM
+ IssueType: Sub-task
+ Key: LLVM-924
+ Summary: |
+ llvmorg-18-init-1350-ge894c3d1a9ac: 401.bzip2 grew in size by 2%
+ Components: CI,LLVM
+ Start date: 2023-08-07
+ Description: |
+ commit llvmorg-18-init-1350-ge894c3d1a9ac
+ Author: Alexey Bataev <a.bataev@outlook.com>
+ Date: Wed Jul 12 10:42:44 2023 -0700
+
+ [SLP]Improve stores vectorization.
+
+ Use O(nlogn) instead of O(N2) (N <= 32) sorting approach and do not try
+ to revectorize all possible combinations of stores, if they
+ definitely cannot be combined because of mem/data dependencies.
+ Compile time (O3 + lto, skylake_avx512):
+ External/SPEC/CINT2006/483.xalancbmk/483.xalancbmk.test 117.15 120.11 2.5%
+ ... 37 lines of the commit log omitted.
+
+ * tcwg_bmk-code_size-spec2k6
+ ** llvm-aarch64-master-O3_LTO
+ *** 401.bzip2 grew in size by 2%
+ *** https://git.linaro.org/toolchain/ci/interesting-commits.git/plain/llvm/sha1/e894c3d1a9ac50f5e91a7ab9e28cab74b6e349f2/tcwg_bmk-code_size-spec2k6/llvm-aarch64-master-O3_LTO/details.txt
+ *** https://ci.linaro.org/job/tcwg_bmk-code_size-spec2k6--llvm-aarch64-master-O3_LTO-build/61/