[PATCH] D76983: [InstCombine] Transform extractelement-trunc -> bitcast-extractelement
Daan Sprenkels via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 30 09:44:16 PDT 2020
dsprenkels updated this revision to Diff 253613.
dsprenkels added a comment.
- Updated the test.
- Changed `uint32_t`s to `uint64_t` and added an assert to catch overflows.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76983/new/
https://reviews.llvm.org/D76983
Files:
llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
llvm/test/Transforms/InstCombine/trunc-extractelement.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76983.253613.patch
Type: text/x-patch
Size: 9628 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200330/944e5a4d/attachment-0001.bin>
More information about the llvm-commits
mailing list