[all-commits] [llvm/llvm-project] 94f290: [AArch64][NFC] Add tests for D134260
KAWASHIMA Takahiro via All-commits
all-commits at lists.llvm.org
Sun Dec 11 17:03:38 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 94f290e71600bf694646c454b0618bb3504bc711
https://github.com/llvm/llvm-project/commit/94f290e71600bf694646c454b0618bb3504bc711
Author: KAWASHIMA Takahiro <t-kawashima at fujitsu.com>
Date: 2022-12-12 (Mon, 12 Dec 2022)
Changed paths:
M llvm/test/CodeGen/AArch64/machine-combiner.ll
Log Message:
-----------
[AArch64][NFC] Add tests for D134260
Differential Revision: https://reviews.llvm.org/D139606
Commit: a008b892a999189d6e4fd4376ce5d4d58f32b0f2
https://github.com/llvm/llvm-project/commit/a008b892a999189d6e4fd4376ce5d4d58f32b0f2
Author: KAWASHIMA Takahiro <t-kawashima at fujitsu.com>
Date: 2022-12-12 (Mon, 12 Dec 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
Log Message:
-----------
[AArch64][NFC] Change order of instructions in isAssociativeAndCommutative
Before this change, the order of instructions in `case` labels was
inconsistent. It is alphabetical order for FP instructions but another
order for integer instructions. This commit changes the order to
1) instruction set (base/FP/SIMD), 2) mnemonic, 3) element type.
I believe this change makes it consistent, improves understandability,
and makes it easy to add/remove a group of instructions.
Differential Revision: https://reviews.llvm.org/D139607
Compare: https://github.com/llvm/llvm-project/compare/d656ae280957...a008b892a999
More information about the All-commits
mailing list