[llvm] PreISelIntrinsicLowering: Lower llvm.exp to a loop if scalable vec arg (PR #117568)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 25 07:29:25 PST 2024
================
@@ -0,0 +1,23 @@
+; RUN: opt -passes=pre-isel-intrinsic-lowering -S < %s | FileCheck %s
+
+define <vscale x 4 x float> @softmax_kernel() {
----------------
arsenm wrote:
Use more appropriate function name
https://github.com/llvm/llvm-project/pull/117568
More information about the llvm-commits
mailing list