This ensures that we never encode an instruction which is unavailable,
such as if we explicitly insert a forbidden instruction when lowering.
This is particularly important on RISC-V given its high degree of
modularity, and will become increasingly important as new standard
extensions appear.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo