Skip to content

Commit 83ec179

Browse files
authored
[Clang][NFC] Rename and update_cc_test_checks over strictfp-elementwise-builtins.cpp (#130747)
1 parent ae98526 commit 83ec179

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

clang/test/CodeGen/strictfp-elementwise-bulitins.cpp renamed to clang/test/CodeGen/strictfp-elementwise-builtins.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,9 +340,8 @@ float4 strict_elementwise_pow(float4 a, float4 b) {
340340
// CHECK-LABEL: define dso_local noundef <4 x float> @_Z23strict_elementwise_fmodDv4_fS_
341341
// CHECK-SAME: (<4 x float> noundef [[A:%.*]], <4 x float> noundef [[B:%.*]]) local_unnamed_addr #[[ATTR0]] {
342342
// CHECK-NEXT: entry:
343-
// CHECK-NEXT: [[TMP0:%.*]] = tail call <4 x float> @llvm.experimental.constrained.frem.v4f32(<4 x float> [[A]], <4 x float> [[B]],
344-
// CHECK-SAME: metadata !"round.dynamic", metadata !"fpexcept.strict") #[[ATTR4]]
345-
// CHECK-NEXT: ret <4 x float> [[TMP0]]
343+
// CHECK-NEXT: [[FMOD:%.*]] = tail call <4 x float> @llvm.experimental.constrained.frem.v4f32(<4 x float> [[A]], <4 x float> [[B]], metadata !"round.dynamic", metadata !"fpexcept.strict") #[[ATTR4]]
344+
// CHECK-NEXT: ret <4 x float> [[FMOD]]
346345
//
347346
float4 strict_elementwise_fmod(float4 a, float4 b) {
348347
return __builtin_elementwise_fmod(a, b);

0 commit comments

Comments
 (0)