This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
test
/
Transforms
/
ScalarizeMaskedMemIntrin
/
X86
History
Craig Topper
2921abc357
[ScalarizeMaskedMemIntrin] Add test case for expanding scatter.
...
This pass expands 6 intrinsics, but we only had test for 5 of them. llvm-svn: 368234
2019-08-07 23:16:29 +00:00
..
expand-masked-compressstore.ll
[ScalarizeMaskedMemIntrin] Bitcast the mask to the scalar domain and use scalar bit tests for the branches for expandload/compressstore.
2019-08-02 23:43:53 +00:00
expand-masked-expandload.ll
[ScalarizeMaskedMemIntrin] Bitcast the mask to the scalar domain and use scalar bit tests for the branches for expandload/compressstore.
2019-08-02 23:43:53 +00:00
expand-masked-gather.ll
[ScalarizeMaskedMemIntrin] Bitcast the mask to the scalar domain and use scalar bit tests for the branches.
2019-07-31 22:58:15 +00:00
expand-masked-load.ll
[ScalarizeMaskedMemIntrin] Bitcast the mask to the scalar domain and use scalar bit tests for the branches.
2019-07-31 22:58:15 +00:00
expand-masked-scatter.ll
[ScalarizeMaskedMemIntrin] Add test case for expanding scatter.
2019-08-07 23:16:29 +00:00
expand-masked-store.ll
[ScalarizeMaskedMemIntrin] Bitcast the mask to the scalar domain and use scalar bit tests for the branches.
2019-07-31 22:58:15 +00:00