[PATCH] D90162: [llvm][AArch64] Prevent spurious zero extension.
Francesco Petrogalli via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 29 11:08:55 PDT 2020
fpetrogalli updated this revision to Diff 301691.
fpetrogalli added a comment.
s/Mask/SignBitPos/ in the code I changed. Revert the change in a place were Mask was accidentally renamed.
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/ParallelDSP/multi-use-loads.ll
llvm/test/CodeGen/ARM/and-sext-combine.ll
llvm/test/CodeGen/ARM/arm-shrink-wrapping-linux.ll
llvm/test/CodeGen/ARM/select-imm.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90162.301691.patch
Type: text/x-patch
Size: 17358 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201029/d365c560/attachment.bin>
More information about the llvm-commits
mailing list