[clang] [HLSL][LongVec] enable support for all elementwise apis (PR #216905)

Joshua Batista via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 20 11:00:37 PDT 2026


================
@@ -50,3 +50,7 @@ float3 test_exp_float3(float3 p0) { return exp(p0); }
 // CHECK: [[EXP:%.*]] = call reassoc nnan ninf nsz arcp afn <4 x float> @llvm.exp.v4f32
 // CHECK: ret <4 x float> [[EXP]]
 float4 test_exp_float4(float4 p0) { return exp(p0); }
+
+// CHECK-LABEL: test_exp_float5
+// CHECK: call reassoc nnan ninf nsz arcp afn <5 x float> @llvm.exp.v5f32
----------------
bob80905 wrote:

Up to you, just noting the inconsistency

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


More information about the cfe-commits mailing list