llvm-project
a3d9ca92
- [RISCV] Make the vsll->vadd intrinsic pattern support tail undisturbed intrinsics.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[RISCV] Make the vsll->vadd intrinsic pattern support tail undisturbed intrinsics. We convert a shift left by 1 to vadd. But we only did it for tail agnostic or masked intrinsics. This extends it to tail undisturbed unmasked intrinsics.
Author
topperc
Committer
topperc
Parents
bfc0f856
Loading