[llvm] [TableGen] Fix validateOperandClass for non Phyical Reg (PR #118146)
Jinsong Ji via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 30 07:24:40 PST 2024
jsji wrote:
> How can a register not be physical here?
Target can allow using non-physical registers in assembly.
We do have a downstream target that use virtual registers.
The original code also supports such scenarios in the `default` clause.
https://github.com/llvm/llvm-project/pull/118146
More information about the llvm-commits
mailing list