[clang] [Clang][CIR][Neon] Add lowering for `vabsh_f16` (PR #177576)
Amr Hesham via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 23 09:06:51 PST 2026
================
@@ -1245,11 +1245,17 @@ CIRGenFunction::emitAArch64BuiltinExpr(unsigned builtinID, const CallExpr *expr,
assert(!cir::MissingFeatures::neonSISDIntrinsics());
+ llvm::SmallVector<mlir::Value, 4> ops;
----------------
AmrDeveloper wrote:
```suggestion
llvm::SmallVector<mlir::Value> ops;
```
https://github.com/llvm/llvm-project/pull/177576
More information about the cfe-commits
mailing list