[clang] [llvm] Reapply "[CGObjC] Allow clang.arc.attachedcall on -O0 (#164875)" (PR #177285)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 22 06:54:00 PST 2026
================
@@ -2429,11 +2427,8 @@ static llvm::Value *emitOptimizedARCReturnCall(llvm::Value *value,
llvm::Triple::ArchType Arch = CGF.CGM.getTriple().getArch();
- // FIXME: Do this on all targets and at -O0 too. This can be enabled only if
----------------
AZero13 wrote:
Okay addressed!
https://github.com/llvm/llvm-project/pull/177285
More information about the cfe-commits
mailing list