[all-commits] [llvm/llvm-project] e30966: [AutoUpgrade] Simplify vclz upgrade (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Dec 4 07:30:17 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e309667769c8f7d6f5616c226ee43a19dcee8bf3
https://github.com/llvm/llvm-project/commit/e309667769c8f7d6f5616c226ee43a19dcee8bf3
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-12-04 (Mon, 04 Dec 2023)
Changed paths:
M llvm/lib/IR/AutoUpgrade.cpp
Log Message:
-----------
[AutoUpgrade] Simplify vclz upgrade (NFC)
We can use Intrinsic::getDeclaration() here, we just have to pass
the correct arguments. This function accepts only the mangled types,
not all argument types.
More information about the All-commits
mailing list