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

Artem Belevich via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 21 15:54:20 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) {
----------------
Artem-B wrote:

`%c` seems to be unused in these test cases.

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


More information about the llvm-commits mailing list