[clang] [CIR][AArch64] Lower vfma lane builtins (PR #188190)
Andrzej WarzyĆski via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 6 11:28:30 PDT 2026
================
@@ -2216,10 +2213,6 @@ CIRGenFunction::emitAArch64BuiltinExpr(unsigned builtinID, const CallExpr *expr,
return mlir::Value{};
}
- cir::VectorType ty = getNeonType(this, type, loc);
- if (!ty)
- return nullptr;
-
----------------
banach-space wrote:
Unrelated change?
https://github.com/llvm/llvm-project/pull/188190
More information about the cfe-commits
mailing list