summaryrefslogtreecommitdiff
path: root/notify/jira
diff options
context:
space:
mode:
Diffstat (limited to 'notify/jira')
-rw-r--r--notify/jira/comment-card.txt3
-rw-r--r--notify/jira/comment-template.txt5
-rw-r--r--notify/jira/components1
-rw-r--r--notify/jira/description25
-rw-r--r--notify/jira/key1
-rw-r--r--notify/jira/startdate1
-rw-r--r--notify/jira/summary1
-rw-r--r--notify/jira/yaml33
8 files changed, 68 insertions, 2 deletions
diff --git a/notify/jira/comment-card.txt b/notify/jira/comment-card.txt
new file mode 100644
index 0000000..398c181
--- /dev/null
+++ b/notify/jira/comment-card.txt
@@ -0,0 +1,3 @@
+[LLVM-1027]
+slowed down by 100% - 508.namd_r:libc.so.6
+Details: https://ci.linaro.org/job/tcwg_bmk-code_speed-cpu2017rate--llvm-arm-master-O3-build/104/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/jira/comment-template.txt b/notify/jira/comment-template.txt
index 4ed232b..90c5b65 100644
--- a/notify/jira/comment-template.txt
+++ b/notify/jira/comment-template.txt
@@ -1,3 +1,4 @@
[LLVM-651]
-slowed down by 4% - 531.deepsjeng_r
-Details: https://ci.linaro.org/job/tcwg_bmk-code_speed-cpu2017rate--llvm-arm-master-O3-build/103/artifact/artifacts/notify/mail-body.txt/*view*/
+https://linaro.atlassian.net/browse/LLVM-1027
+slowed down by 100% - 508.namd_r:libc.so.6
+Details: https://ci.linaro.org/job/tcwg_bmk-code_speed-cpu2017rate--llvm-arm-master-O3-build/104/artifact/artifacts/notify/mail-body.txt/*view*/
diff --git a/notify/jira/components b/notify/jira/components
new file mode 100644
index 0000000..8072713
--- /dev/null
+++ b/notify/jira/components
@@ -0,0 +1 @@
+LLVM
diff --git a/notify/jira/description b/notify/jira/description
new file mode 100644
index 0000000..c83b31a
--- /dev/null
+++ b/notify/jira/description
@@ -0,0 +1,25 @@
+Commit: https://github.com/llvm/llvm-project/commit/147c5d6686b935ecd93f8fa0e2dcf38deb593890
+commit llvmorg-18-init-12505-g147c5d6686b9
+Author: Zhaoxuan Jiang <jiangzhaoxuan94@gmail.com>
+Date: Thu Nov 23 16:21:27 2023 +0800
+
+ [AArch64] Allow LDR merge with same destination register by renaming (#71908)
+
+ The patch is based on a reverted patch:
+ https://reviews.llvm.org/D103597. It was trying to rename registers
+ before alias check, which is not safe and causes miscompiles. This patch
+ does 2 things:
+
+... 8 lines of the commit log omitted.
+
+* tcwg_bmk-code_speed-cpu2017rate
+** llvm-aarch64-master-O3
+*** slowed down by 7% - 549.fotonik3d_r
+*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/llvm/sha1/147c5d6686b935ecd93f8fa0e2dcf38deb593890/tcwg_bmk-code_speed-cpu2017rate/llvm-aarch64-master-O3/details.txt
+*** https://ci.linaro.org/job/tcwg_bmk-code_speed-cpu2017rate--llvm-aarch64-master-O3-build/145/
+** llvm-arm-master-O3
+*** slowed down by 100% - 508.namd_r:libc.so.6
+*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/llvm/sha1/147c5d6686b935ecd93f8fa0e2dcf38deb593890/tcwg_bmk-code_speed-cpu2017rate/llvm-arm-master-O3/details.txt
+*** https://ci.linaro.org/job/tcwg_bmk-code_speed-cpu2017rate--llvm-arm-master-O3-build/104/
+
+Latest data: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/llvm/sha1/147c5d6686b935ecd93f8fa0e2dcf38deb593890/jira/yaml
diff --git a/notify/jira/key b/notify/jira/key
new file mode 100644
index 0000000..ed74c1b
--- /dev/null
+++ b/notify/jira/key
@@ -0,0 +1 @@
+LLVM-1027
diff --git a/notify/jira/startdate b/notify/jira/startdate
new file mode 100644
index 0000000..04d7a1f
--- /dev/null
+++ b/notify/jira/startdate
@@ -0,0 +1 @@
+2023-11-23
diff --git a/notify/jira/summary b/notify/jira/summary
new file mode 100644
index 0000000..2aac293
--- /dev/null
+++ b/notify/jira/summary
@@ -0,0 +1 @@
+llvmorg-18-init-12505-g147c5d6686b9: slowed down by 100% - 508.namd_r:libc.so.6
diff --git a/notify/jira/yaml b/notify/jira/yaml
new file mode 100644
index 0000000..5c761c6
--- /dev/null
+++ b/notify/jira/yaml
@@ -0,0 +1,33 @@
+- Project: LLVM
+ IssueType: Sub-task
+ Key: LLVM-1027
+ Summary: |
+ llvmorg-18-init-12505-g147c5d6686b9: slowed down by 100% - 508.namd_r:libc.so.6
+ Components: LLVM
+ Start date: 2023-11-23
+ Description: |
+ Commit: https://github.com/llvm/llvm-project/commit/147c5d6686b935ecd93f8fa0e2dcf38deb593890
+ commit llvmorg-18-init-12505-g147c5d6686b9
+ Author: Zhaoxuan Jiang <jiangzhaoxuan94@gmail.com>
+ Date: Thu Nov 23 16:21:27 2023 +0800
+
+ [AArch64] Allow LDR merge with same destination register by renaming (#71908)
+
+ The patch is based on a reverted patch:
+ https://reviews.llvm.org/D103597. It was trying to rename registers
+ before alias check, which is not safe and causes miscompiles. This patch
+ does 2 things:
+
+ ... 8 lines of the commit log omitted.
+
+ * tcwg_bmk-code_speed-cpu2017rate
+ ** llvm-aarch64-master-O3
+ *** slowed down by 7% - 549.fotonik3d_r
+ *** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/llvm/sha1/147c5d6686b935ecd93f8fa0e2dcf38deb593890/tcwg_bmk-code_speed-cpu2017rate/llvm-aarch64-master-O3/details.txt
+ *** https://ci.linaro.org/job/tcwg_bmk-code_speed-cpu2017rate--llvm-aarch64-master-O3-build/145/
+ ** llvm-arm-master-O3
+ *** slowed down by 100% - 508.namd_r:libc.so.6
+ *** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/llvm/sha1/147c5d6686b935ecd93f8fa0e2dcf38deb593890/tcwg_bmk-code_speed-cpu2017rate/llvm-arm-master-O3/details.txt
+ *** https://ci.linaro.org/job/tcwg_bmk-code_speed-cpu2017rate--llvm-arm-master-O3-build/104/
+
+ Latest data: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/llvm/sha1/147c5d6686b935ecd93f8fa0e2dcf38deb593890/jira/yaml