[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
Fri Jan 24 08:07:07 PST 2025
================
@@ -2123,6 +2123,9 @@ class TargetLoweringBase {
/// Get the ISD node that corresponds to the Instruction class opcode.
int InstructionOpcodeToISD(unsigned Opcode) const;
+ /// Get the ISD node that corresponds to the Intrinsic ID.
----------------
arsenm wrote:
Comment the failure value
https://github.com/llvm/llvm-project/pull/117568
More information about the llvm-commits
mailing list