[all-commits] [llvm/llvm-project] bef777: [AArch64] Rename some timm predicates for consiste...
Ahmed Bougacha via All-commits
all-commits at lists.llvm.org
Thu Oct 28 11:43:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bef777206ef99b7d81c3007b82037ee4421f8445
https://github.com/llvm/llvm-project/commit/bef777206ef99b7d81c3007b82037ee4421f8445
Author: Ahmed Bougacha <ahmed at bougacha.org>
Date: 2021-10-28 (Thu, 28 Oct 2021)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/SVEInstrFormats.td
Log Message:
-----------
[AArch64] Rename some timm predicates for consistency. NFC.
timm isn't the common case, and TImmLeafs should make it clear what
they are. We're adding a plain ImmLeaf for 0_65535, so rename
i64_imm0_65535 to timm64_0_65535, and imm32_0_7 to timm32_0_7.
More information about the All-commits
mailing list