This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-02-28 16:28:58 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
test
/
Transforms
/
ScalarizeMaskedMemIntrin
/
X86
History
Craig Topper
9d83b093c1
[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