arsenm added inline comments.

================
Comment at: llvm/lib/CodeGen/DesugarVariadics.cpp:145
+    for (Function &F : llvm::make_early_inc_range(M))
+      if (Apply || canTransformFunctionInIsolation(F))
+        Changed |= runOnFunction(F);
----------------
I think you need to guard against calls to variadic intrinsics


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158246/new/

https://reviews.llvm.org/D158246

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to