llvm-project
3572b21d
- [WebAssembly] Lower extend v16i8 to v16i32 (#188936)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 days ago
[WebAssembly] Lower extend v16i8 to v16i32 (#188936) Split the input vector with an extend_low and high and then split the results again with extend_low and high for a total of 6 instructions. This is removes 3 shuffles and a couple of extends.
References
#188936 - [WebAssembly] Lower extend v16i8 to v16i32
Author
sparker-arm
Parents
3f2e2472
Loading