================
@@ -985,6 +985,9 @@ void TargetPassConfig::addISelPrepare() {
if (getOptLevel() != CodeGenOptLevel::None)
addPass(createObjCARCContractPass());
+ if (getOptLevel() == CodeGenOptLevel::None)
----------------
arsenm wrote:
This will be broken for optnone functions with optimizing pipeline
https://github.com/llvm/llvm-project/pull/92040
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits