[PATCH] D92235: [ARM] Turn pred_cast(xor(x, -1)) into xor(pred_cast(x), -1)

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 8 07:24:07 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG03e675fd128b: [ARM] Turn pred_cast(xor(x, -1)) into xor(pred_cast(x), -1) (authored by dmgreen).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92235

Files:
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/test/CodeGen/Thumb2/mve-pred-constfold.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92235.310195.patch
Type: text/x-patch
Size: 3556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201208/3e4740c5/attachment.bin>


More information about the llvm-commits mailing list