[llvm] PreISelIntrinsicLowering: Lower llvm.exp/llvm.exp2 to a loop if scalable vec arg (PR #117568)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 18:59:24 PST 2025
================
@@ -457,6 +458,21 @@ class TargetLibraryInfo {
return Impl->CustomNames.find(F)->second;
}
+ static unsigned getISDNode(Intrinsic::ID ID) {
----------------
arsenm wrote:
This belongs in TargetLowering, not TargetLibraryInfo
https://github.com/llvm/llvm-project/pull/117568
More information about the llvm-commits
mailing list