RyanRio wrote: Also, for the IR/MIR printing, would it be more or less confusing to make it print with "omits/ignores" as opposed to printing with everything it has deduced?
I.e. asyncmark(mask-that-ignores-everything-but-tensor) prints asyncmark(stages=TENSOR), instead of asyncmark(ignores=...) The result would be that if a new stage is added, it is therefore not ignored, and so all tests would get updated to say - asyncmark(stages=TENSOR,NEW_STAGE), or the mask argument would have to be updated. https://github.com/llvm/llvm-project/pull/220442 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
