[Mlir-commits] [llvm] [mlir] [mlir] NFC: Fix layering check / parse headers violations (PR #110117)

Walter Lee llvmlistbot at llvm.org
Fri Sep 27 06:22:20 PDT 2024


googlewalt wrote:

Because template instantiation occurs after all the headers have been parsed, and a header that follows supplys the requried definitions.

Without this change, LinalgTransformOps.h is not self contained.  You can verify that by trying to compile a cpp file that only has that include in -- it will give the the same kind of errors that I had pasted earlier.


https://github.com/llvm/llvm-project/pull/110117


More information about the Mlir-commits mailing list