[PATCH] D118883: [TypePromotion] Remove signext args support
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 3 03:28:09 PST 2022
samparker created this revision.
samparker added reviewers: dmgreen, craig.topper.
Herald added a subscriber: hiraditya.
samparker requested review of this revision.
Herald added a project: LLVM.
Running alive again on the tests discovered an issue with a signext value, specifically one feeding a phi used by a getelementptr, so I think it's best to disable those values for now.
The patch also includes some unrelated extra tests and fixups to allow alive to verify the pass.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D118883
Files:
llvm/lib/CodeGen/TypePromotion.cpp
llvm/test/Transforms/TypePromotion/ARM/casts.ll
llvm/test/Transforms/TypePromotion/ARM/phis-ret.ll
llvm/test/Transforms/TypePromotion/ARM/signed.ll
llvm/test/Transforms/TypePromotion/ARM/wrapping.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118883.405565.patch
Type: text/x-patch
Size: 13186 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220203/c6bda06e/attachment.bin>
More information about the llvm-commits
mailing list