[PATCH] D124464: [AArch64] Replace `performANDSCombine` with `performFlagSettingCombine`.

Karl Meakin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 11 11:34:43 PDT 2022


Kmeakin updated this revision to Diff 428729.
Kmeakin marked an inline comment as done.
Kmeakin added a comment.

Remove `ADDS` and `SUBS` cases, since I could not find any test cases where they fire.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124464

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/adc.ll
  llvm/test/CodeGen/AArch64/addcarry-crash.ll
  llvm/test/CodeGen/AArch64/arm64-atomic-128.ll
  llvm/test/CodeGen/AArch64/arm64-vabs.ll
  llvm/test/CodeGen/AArch64/atomicrmw-O0.ll
  llvm/test/CodeGen/AArch64/i128-math.ll
  llvm/test/CodeGen/AArch64/icmp-shift-opt.ll
  llvm/test/CodeGen/AArch64/neg-abs.ll
  llvm/test/CodeGen/AArch64/neon-abd.ll
  llvm/test/CodeGen/AArch64/nzcv-save.ll
  llvm/test/CodeGen/AArch64/vecreduce-add-legalization.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124464.428729.patch
Type: text/x-patch
Size: 15919 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220511/b1891379/attachment.bin>


More information about the llvm-commits mailing list