[llvm] [LLVM] Adjust argument passing for `APInt`. NFC. (PR #81814)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 29 04:41:15 PST 2024


https://github.com/RKSimon commented:

No objections, but splitting this into separate focused patches might be cleaner:

- [ ] simplifyDemandedVectorEltsIntrinsic refactor
- [ ] PatternMatch change
- [ ] remaining const APInt& arguments
- [ ] use of std::move in constructors

https://github.com/llvm/llvm-project/pull/81814


More information about the llvm-commits mailing list