[llvm] [NVPTX] Add support for clamped funnel shift intrinsics (PR #113228)

Alex MacLean via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 21 22:30:21 PDT 2024


================
@@ -384,6 +384,34 @@ define float @test_sqrt_rn_f_ftz(float %a) #0 {
   ret float %ret
 }
 
+; CHECK-LABEL: @test_fshl_clamp_1
+define i32 @test_fshl_clamp_1(i32 %a, i32 %b, i32 %c) {
----------------
AlexMaclean wrote:

Oops, removed

https://github.com/llvm/llvm-project/pull/113228


More information about the llvm-commits mailing list