================
@@ -0,0 +1,81 @@
+// TODO(cir): drop -fno-clangir-call-conv-lowering once CallConvLowering
----------------
adams381 wrote:

You aren't actually passing `-fno-clangir-call-conv-lowering` on the `RUN` 
lines.  Since the calling convention lowering pass is now enabled by default 
that flag used to disable any pass that hits an `errorNYI` for anything calling 
convention lowering related.  If you aren't hitting that that is no need for 
the flag and no need for a comment.  I've been working my way through removing 
the disable flag each time we support something new and it is no longer needed.

https://github.com/llvm/llvm-project/pull/220466
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to