[clang] [Clang][CIR][AArch64] NFC: Cleanups in AArch64 builtins lowering (PR #184404)

Andrzej WarzyƄski via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 5 08:07:46 PST 2026


================
@@ -35,7 +31,7 @@
 float16_t test_vabsh_f16(float16_t a) {
 // CIR: {{%.*}} = cir.fabs {{%.*}} : !cir.f16
 
-// LLVM-SAME: (half{{.*}} [[A:%.*]])
+// LLVM-SAME: (half noundef [[A:%.*]])
----------------
banach-space wrote:

No, we don't need check this.

I wanted to fix consistency between the tests. Matching `noundef` with `{{.*}}` is a better choice, let me update this.

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


More information about the cfe-commits mailing list