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

Karl Meakin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 09:54:24 PDT 2022


Kmeakin created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
Kmeakin requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

`performFlagSettingCombine` is a generalised version of `performANDSCombine` which also works on `ADDS`, `SUBS`, `ADCS` and `SBCS`


Repository:
  rG LLVM Github Monorepo

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.425251.patch
Type: text/x-patch
Size: 16085 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220426/b3ea2d79/attachment.bin>


More information about the llvm-commits mailing list