[PATCH] D82520: [Power10] Implement Vector Splat Immediate Builtins in LLVM/Clang
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 2 03:10:32 PDT 2020
nemanjai added a comment.
Also, please add a couple of new test in `test/CodeGen/PowerPC/p10-splatImm.ll` so that when someone looks at this commit in the log, they can see that `vec_splati` and `vec_splatid` are meant to produce `xxspltiw` and `xxspltidp` (i.e. the same IR produced for the calls in this test, produces the desired instruction)..
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82520/new/
https://reviews.llvm.org/D82520
More information about the llvm-commits
mailing list