[PATCH] D103421: [Constants] Extend support for scalable-vector splats
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 7 02:29:21 PDT 2021
frasercrmck updated this revision to Diff 350207.
frasercrmck marked an inline comment as done.
frasercrmck added a comment.
- rebase
- add test fixme comment
- normalize check order to fixed-length then (scalable) splat
- consistently remove "this->" from these methods
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103421/new/
https://reviews.llvm.org/D103421
Files:
llvm/lib/IR/Constants.cpp
llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
llvm/test/Transforms/InstCombine/bitcast.ll
llvm/test/Transforms/InstCombine/div.ll
llvm/test/Transforms/InstCombine/fdiv.ll
llvm/test/Transforms/InstCombine/fmul.ll
llvm/test/Transforms/InstCombine/icmp-vec.ll
llvm/test/Transforms/InstCombine/sub.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103421.350207.patch
Type: text/x-patch
Size: 22248 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210607/b72cdab3/attachment.bin>
More information about the llvm-commits
mailing list