[all-commits] [llvm/llvm-project] 818184: [AArch64][SVE] pre-commit test for mul/mla -> add/adr
Tomas Matheson via All-commits
all-commits at lists.llvm.org
Wed Jun 24 03:45:30 PDT 2026
Branch: refs/heads/users/tommat01/sve-mla-commute-instcombine
Home: https://github.com/llvm/llvm-project
Commit: 8181841042ec6dc1a5eb223464d0a8486c99fb8b
https://github.com/llvm/llvm-project/commit/8181841042ec6dc1a5eb223464d0a8486c99fb8b
Author: Tomas Matheson <tomas.matheson at arm.com>
Date: 2026-06-24 (Wed, 24 Jun 2026)
Changed paths:
A llvm/test/CodeGen/AArch64/sve-mul-imm-add-adr.ll
Log Message:
-----------
[AArch64][SVE] pre-commit test for mul/mla -> add/adr
Commit: f9b5c46b90f86de2f596b13db32195eec50e6a9f
https://github.com/llvm/llvm-project/commit/f9b5c46b90f86de2f596b13db32195eec50e6a9f
Author: Tomas Matheson <tomas.matheson at arm.com>
Date: 2026-06-24 (Wed, 24 Jun 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/test/CodeGen/AArch64/sve-intrinsics-int-arith-undef.ll
M llvm/test/CodeGen/AArch64/sve-mul-imm-add-adr.ll
M llvm/test/CodeGen/AArch64/sve2-histcnt.ll
Log Message:
-----------
[AArch64][SVE] Use ADD/ADR instead of MUL/MLA for x*N
Commit: f1bb995dace95a0e99b6abc067e6c7c72ab6cd97
https://github.com/llvm/llvm-project/commit/f1bb995dace95a0e99b6abc067e6c7c72ab6cd97
Author: Tomas Matheson <tomas.matheson at arm.com>
Date: 2026-06-24 (Wed, 24 Jun 2026)
Changed paths:
A llvm/test/Transforms/InstCombine/AArch64/sve-intrinsic-mul-imm-add-adr.ll
Log Message:
-----------
[AArch64][SVE] Add baseline mul imm InstCombine test
Commit: 4a1a26f3e531e54730fda3e341a8d525cf62a45c
https://github.com/llvm/llvm-project/commit/4a1a26f3e531e54730fda3e341a8d525cf62a45c
Author: Tomas Matheson <tomas.matheson at arm.com>
Date: 2026-06-24 (Wed, 24 Jun 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/test/CodeGen/AArch64/sve-mul-imm-add-adr.ll
M llvm/test/Transforms/InstCombine/AArch64/sve-intrinsic-mla-one.ll
M llvm/test/Transforms/InstCombine/AArch64/sve-intrinsic-mul-imm-add-adr.ll
Log Message:
-----------
[AArch64][SVE] add missing MLA commute instcombine
Compare: https://github.com/llvm/llvm-project/compare/8181841042ec%5E...4a1a26f3e531
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list