diff options
author | Jay Foad <jay.foad@amd.com> | 2024-10-17 16:20:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-17 16:20:43 +0100 |
commit | 85c17e40926132575d1b98ca1a36b8394fe511cd (patch) | |
tree | 58d38f4833043d35f09edfcc412b278cfd5ad56a /llvm/lib/IR/Function.cpp | |
parent | 8c7f80f77505b7ff275d67a49f4f2dd07d604403 (diff) | |
download | llvm-85c17e40926132575d1b98ca1a36b8394fe511cd.zip llvm-85c17e40926132575d1b98ca1a36b8394fe511cd.tar.gz llvm-85c17e40926132575d1b98ca1a36b8394fe511cd.tar.bz2 |
[LLVM] Make more use of IRBuilder::CreateIntrinsic. NFC. (#112706)
Convert many instances of:
Fn = Intrinsic::getOrInsertDeclaration(...);
CreateCall(Fn, ...)
to the equivalent CreateIntrinsic call.
Diffstat (limited to 'llvm/lib/IR/Function.cpp')
0 files changed, 0 insertions, 0 deletions