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

Francesco Petrogalli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 08:28:57 PDT 2020


fpetrogalli updated this revision to Diff 301296.
fpetrogalli marked 2 inline comments as done.
fpetrogalli added a comment.

Address all review comments but one (still working on the version of `UsesDifferInSignExtension` that doesn't care about the order of the uses).


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.301296.patch
Type: text/x-patch
Size: 10016 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201028/0c981bd5/attachment.bin>


More information about the llvm-commits mailing list