Reduce duplication in the codebase by combining these fields in
VOPProfile.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,080 ms | x64 debian > MLIR.Examples/standalone::test.toy |
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 | ||
---|---|---|
2583 | Looks like you can remove getAsm64 now (and modify comment mentioning it at getAsm32). |
llvm/lib/Target/AMDGPU/SIInstrInfo.td | ||
---|---|---|
2583 | You're right, thanks. |
Looks like you can remove getAsm64 now (and modify comment mentioning it at getAsm32).