[llvm] [LLVM] Make more use of IRBuilder::CreateIntrinsic. NFC. (PR #112706)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 17 06:46:37 PDT 2024


https://github.com/nikic approved this pull request.

LGTM

Some of these could use CreateUnaryIntrinsic or CreateBinaryIntrinsic to avoid specifying the overload type, but this is an improvement in any case...

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


More information about the llvm-commits mailing list