aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/StackProtector.cpp
diff options
context:
space:
mode:
authorKAWASHIMA Takahiro <t-kawashima@fujitsu.com>2022-12-08 14:15:21 +0900
committerKAWASHIMA Takahiro <t-kawashima@fujitsu.com>2022-12-12 09:52:03 +0900
commita008b892a999189d6e4fd4376ce5d4d58f32b0f2 (patch)
tree5d5c71386bcd86b4afd8bc7f043e08a4d6fe0a47 /llvm/lib/CodeGen/StackProtector.cpp
parent94f290e71600bf694646c454b0618bb3504bc711 (diff)
downloadllvm-a008b892a999189d6e4fd4376ce5d4d58f32b0f2.zip
llvm-a008b892a999189d6e4fd4376ce5d4d58f32b0f2.tar.gz
llvm-a008b892a999189d6e4fd4376ce5d4d58f32b0f2.tar.bz2
[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
Diffstat (limited to 'llvm/lib/CodeGen/StackProtector.cpp')
0 files changed, 0 insertions, 0 deletions