[PATCH] D118044: [ARM] Undeprecate complex IT blocks

Mark Murray via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 24 07:28:01 PST 2022


MarkMurrayARM updated this revision to Diff 402522.
MarkMurrayARM retitled this revision from "[ARM] AArch32/Armv8A  introduced the performance deprecation of certain patterns of IT instructions.  After some debate internal to ARM, this is now being reverted; i.e. no IT instruction patterns are performance deprecated anymore, as the..." to "[ARM] Undeprecate complex IT blocks".
MarkMurrayARM edited the summary of this revision.
MarkMurrayARM added a comment.

Tweek commit message.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118044

Files:
  clang/docs/ClangCommandLineReference.rst
  clang/include/clang/Driver/Options.td
  clang/lib/Driver/ToolChains/Clang.cpp
  clang/test/Driver/woa-restrict-it.c
  llvm/lib/Target/ARM/ARMInstrInfo.td
  llvm/lib/Target/ARM/ARMInstrThumb2.td
  llvm/lib/Target/ARM/ARMSubtarget.cpp
  llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
  llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
  llvm/lib/Target/ARM/Thumb2ITBlockPass.cpp
  llvm/test/CodeGen/ARM/2013-05-05-IfConvertBug.ll
  llvm/test/CodeGen/ARM/arm-and-tst-peephole.ll
  llvm/test/CodeGen/ARM/arm-bf16-pcs.ll
  llvm/test/CodeGen/ARM/atomic-ops-v8.ll
  llvm/test/CodeGen/ARM/codesize-ifcvt.mir
  llvm/test/CodeGen/ARM/fp16-no-condition.ll
  llvm/test/CodeGen/ARM/hoist-and-by-const-from-lshr-in-eqcmp-zero.ll
  llvm/test/CodeGen/ARM/hoist-and-by-const-from-shl-in-eqcmp-zero.ll
  llvm/test/CodeGen/ARM/ifcvt-branch-weight.ll
  llvm/test/CodeGen/ARM/speculation-hardening-sls.ll
  llvm/test/CodeGen/Thumb2/ifcvt-rescan-diamonds.ll
  llvm/test/CodeGen/Thumb2/thumb2-ifcvt1.ll
  llvm/test/CodeGen/Thumb2/thumb2-ifcvt2.ll
  llvm/test/CodeGen/Thumb2/thumb2-ifcvt3.ll
  llvm/test/CodeGen/Thumb2/v8_IT_3.ll
  llvm/test/CodeGen/Thumb2/v8_IT_4.ll
  llvm/test/CodeGen/Thumb2/v8_IT_5.ll
  llvm/test/CodeGen/Thumb2/v8_deprecate_IT.ll
  llvm/test/MC/ARM/deprecated-v8.s
  llvm/test/MC/ARM/v8_IT_manual.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118044.402522.patch
Type: text/x-patch
Size: 251334 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220124/5602e864/attachment-0001.bin>


More information about the llvm-commits mailing list