[clang] [llvm] [RFC][CodeGen] Add generic target feature checks for intrinsics (PR #201470)
Shilei Tian via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 25 06:49:20 PDT 2026
shiltian wrote:
> Why do the checks during instruction selection, instead of in the IR verifier?
IR verifier doesn't depend on code generation because it is LLVMCore.
https://github.com/llvm/llvm-project/pull/201470
More information about the cfe-commits
mailing list