================ @@ -849,6 +912,7 @@ static mlir::Value emitCommonNeonBuiltinExpr( // Determine the type of this overloaded NEON intrinsic. NeonTypeFlags neonType(neonTypeConst->getZExtValue()); + bool isUnsigned = neonType.isUnsigned(); ---------------- banach-space wrote:
```suggestion const bool isUnsigned = neonType.isUnsigned(); ``` https://github.com/llvm/llvm-project/pull/186693 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
