Reduce duplication in the codebase by combining these fields in
VOPProfile.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Further cleanups are possible, such as deleting one of these fields completely or cleaning up AsmVOP3OpSel, but I'd prefer to do it incrementally.
llvm/lib/Target/AMDGPU/SIInstrInfo.td | ||
---|---|---|
2565–2575 | Looks like you can remove getAsm64 now (and modify comment mentioning it at getAsm32). |
llvm/lib/Target/AMDGPU/SIInstrInfo.td | ||
---|---|---|
2565–2575 | You're right, thanks. |
Looks like you can remove getAsm64 now (and modify comment mentioning it at getAsm32).