- Need to include checking on the new 16-bit subregs.
Details
Details
- Reviewers
rampitec - Commits
- rG4ee5a04187aa: [amdgpu] Fix check of VCC.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
One alternative is to check isSuperRegisterEq(Reg, VCC) for conciseness and readability. Not sure, we will have similar issues on other special registers with 16-bit subregs. But, I admit that's costy compared to the current switch.