================ @@ -0,0 +1,27 @@ +//===- CIROps.h - CIR dialect operations ------------------------*- C++ -*-===// ---------------- Priyanshu3820 wrote:
Actually I had added `CIROps.h` because I was getting a compilation error so I thought a wrapper header would come in handy to access the TableGen-generated operations. Should I remove `CIROps.h` and update the include to use `CIRDialect.h`.? https://github.com/llvm/llvm-project/pull/169310 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
