[PATCH] D128029: [AArch64] Add target feature "all"

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 22 15:42:34 PDT 2022


MaskRay updated this revision to Diff 439192.
MaskRay marked 3 inline comments as done.
MaskRay edited the summary of this revision.
MaskRay added a comment.

Don't change UseNegativeImmediates (though it doesn't matter anyway because the all_of (not ...) is used in a way that whether FeatureAll is tested does not matter)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128029/new/

https://reviews.llvm.org/D128029

Files:
  llvm/lib/Target/AArch64/AArch64.td
  llvm/lib/Target/AArch64/AArch64InstrInfo.td
  llvm/lib/Target/AArch64/AArch64SystemOperands.td
  llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp
  llvm/test/CodeGen/AArch64/mattr-all.ll
  llvm/test/MC/AArch64/alias-addsubimm.s
  llvm/test/MC/AArch64/armv8.6a-bf16.s
  llvm/test/MC/AArch64/directive-arch_extension.s
  llvm/test/MC/Disassembler/AArch64/mattr-all.txt
  llvm/test/TableGen/AsmPredicateCombining.td
  llvm/utils/TableGen/AsmWriterEmitter.cpp
  llvm/utils/TableGen/DecoderEmitter.cpp
  llvm/utils/TableGen/SubtargetFeatureInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128029.439192.patch
Type: text/x-patch
Size: 35359 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220622/82809524/attachment.bin>


More information about the llvm-commits mailing list