petar-avramovic wrote: > > Is there some impact on existing feature checks in `tablegen > > instruction-seletor` ? Do we just move them before lowering, do we end up > > having same/similar check twice for code that compiles without errors? > > This is feature check for intrinsics. We don't have any this kind of check at > this moment.
Right, but I meant test with some options already fails because of some other `tablegen instruction-seletor` feature check with non-obvious cannot select. With early intrinsic feature check it fails gracefully. But in essence it is same `feature check` ? or am I misunderstanding something. https://github.com/llvm/llvm-project/pull/201470 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
