llvm-project
b88b4806
- [RISCV] Remove Type::isRVVType() and replace with isRVVSizelessBuiltinType(). NFC
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
[RISCV] Remove Type::isRVVType() and replace with isRVVSizelessBuiltinType(). NFC These both do the same thing, but some profiling on a Releast+Asserts build suggests isRVVSizelessBuiltinType() is the more efficient version so lets keep that one.
Author
topperc
Committer
topperc
Parents
cb92511c
Loading