[PATCH] D131786: [ARM] Support all versions of AND, ORR, EOR and BIC in optimizeCompareInstr

Filipp Zhinkin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 1 02:41:58 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG945a1468c922: [ARM] Support all versions of AND, ORR, EOR and BIC in optimizeCompareInstr (authored by fzhinkin).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131786

Files:
  llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
  llvm/lib/Target/ARM/ARMInstrInfo.td
  llvm/test/CodeGen/ARM/branch-on-zero.ll
  llvm/test/CodeGen/ARM/cmp-peephole.ll
  llvm/test/CodeGen/ARM/consthoist-icmpimm.ll
  llvm/test/CodeGen/ARM/hoist-and-by-const-from-lshr-in-eqcmp-zero.ll
  llvm/test/CodeGen/ARM/icmp-shift-opt.ll
  llvm/test/CodeGen/ARM/sadd_sat.ll
  llvm/test/CodeGen/ARM/sadd_sat_plus.ll
  llvm/test/CodeGen/ARM/sat-to-bitop.ll
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/arm_cmplx_dot_prod_f32.ll
  llvm/test/CodeGen/Thumb2/mve-laneinterleaving.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131786.464484.patch
Type: text/x-patch
Size: 23501 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221001/b42f600b/attachment.bin>


More information about the llvm-commits mailing list