shiltian 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. https://github.com/llvm/llvm-project/pull/201470 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
