llvmorg-github-actions[bot] wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: Andy Kaylor (andykaylor)

<details>
<summary>Changes</summary>

This fixes the neon intrinsics test, which has been failing since a recent 
change to introduce more conversion handling. The test had an inadvertantly 
repeated CIR check.

---
Full diff: https://github.com/llvm/llvm-project/pull/219069.diff


1 Files Affected:

- (modified) clang/test/CodeGen/AArch64/neon/intrinsics.c (+1-1) 


``````````diff
diff --git a/clang/test/CodeGen/AArch64/neon/intrinsics.c 
b/clang/test/CodeGen/AArch64/neon/intrinsics.c
index 4f8443abd86a6..2eeb33d5d99cb 100644
--- a/clang/test/CodeGen/AArch64/neon/intrinsics.c
+++ b/clang/test/CodeGen/AArch64/neon/intrinsics.c
@@ -5623,7 +5623,7 @@ float16x4_t test_vcvt_f16_f32(float32x4_t a) {
 }
 
 // LLVM-LABEL: @test_vcvt_high_f16_f32(
-// CIR-LABEL: @vcvt_f16_f32(
+// CIR-LABEL: @vcvt_high_f16_f32(
 float16x8_t test_vcvt_high_f16_f32(float16x4_t a, float32x4_t b) {
 // CIR:  cir.call @vcvt_f16_f32
 // CIR: cir.call @vcombine_f16

``````````

</details>


https://github.com/llvm/llvm-project/pull/219069
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to