llvm-project
1278ac71
- [NFC][GlobalISel] Pass `APInt` by const reference (#157827)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
58 days ago
[NFC][GlobalISel] Pass `APInt` by const reference (#157827) Change `SpecificConstantMatch` constructor and `isBuildVectorConstantSplat` overloads to take `const APInt&` instead of by value to avoid unnecessary copies, especially for wide integers.
References
#157827 - [NFC][GlobalISel] Pass `APInt` by const reference
Author
abhishek-kaushik22
Parents
6fda1366
Loading