[clang] [CIR][AArch64] Lower vfma lane builtins (PR #188190)

Andrzej WarzyƄski via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 27 00:31:33 PDT 2026


================
@@ -628,11 +627,6 @@ static bool hasExtraNeonArgument(unsigned builtinID) {
   case ARM::BI__builtin_arm_vcvtr_d:
     mask = 1;
   }
-  switch (builtinID) {
-  default:
-    break;
-  }
-
----------------
banach-space wrote:

Unrelated change?

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


More information about the cfe-commits mailing list