[clang] [CIR][NEON] Add lowering for `vnegd_s64` and `vnegh_f16` (PR #180597)
Andrzej WarzyĆski via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 10 04:36:13 PST 2026
================
@@ -362,6 +362,20 @@ class CIRGenBuilderTy : public cir::CIRBaseBuilderTy {
return getConstantInt(loc, getUInt64Ty(), c);
}
+ /// Create constant nullptr for pointer-to-data-member type ty.
----------------
banach-space wrote:
Let me revert this and I will send an NFC follow-up.
https://github.com/llvm/llvm-project/pull/180597
More information about the cfe-commits
mailing list