================ @@ -191,7 +204,7 @@ static mlir::Value emitCommonNeonBuiltinExpr( // The value of allowBFloatArgsAndRet is true for AArch64, but it should // come from ABI info. - const bool allowBFloatArgsAndRet = false; + const bool allowBFloatArgsAndRet = cgf.getTarget().hasFastHalfType(); ---------------- banach-space wrote:
```suggestion // TODO(cir): Use ABInfo to extract this information const bool allowBFloatArgsAndRet = cgf.getTarget().hasFastHalfType(); ``` https://github.com/llvm/llvm-project/pull/187460 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
