[all-commits] [llvm/llvm-project] d951be: [NFC][AArch64] Adjust predicate names to be more c...
Jonathan Thackray via All-commits
all-commits at lists.llvm.org
Thu Jan 16 11:36:50 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d951becf8867437fb4b1e1bfb59a7507a228d866
https://github.com/llvm/llvm-project/commit/d951becf8867437fb4b1e1bfb59a7507a228d866
Author: Jonathan Thackray <jonathan.thackray at arm.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M llvm/lib/Target/AArch64/AArch64.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/SVEInstrFormats.td
Log Message:
-----------
[NFC][AArch64] Adjust predicate names to be more consistent (#123172)
Some of the predicate names use `_or_`, some use plain `or`,
some used `HasXXorHasXX`, some used `HasXX_or_XX`. Make these
as consistent as possible.
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