[PATCH] D90162: [llvm][AArch64] Prevent spurious zero extention.

Francesco Petrogalli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 03:36:17 PDT 2020


fpetrogalli updated this revision to Diff 301218.
fpetrogalli added a comment.

I have removed the method `SelectionDAG::isZeroExtendInReg` in favour of using the machinery already available in `DAGCombiner`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90162

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/zext-and-signed-compare.ll
  llvm/test/CodeGen/ARM/arm-shrink-wrapping-linux.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90162.301218.patch
Type: text/x-patch
Size: 9471 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201028/214e4a31/attachment.bin>


More information about the llvm-commits mailing list