addKImmFPOperands() duplicates the KImmFP-specific logic implemented in
addLiteralImmOperand() and therefore can be removed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D154427
[AMDGPU][AsmParser][NFC] Clean up the implementation of KImmFP operands. ClosedPublic Authored by kosarev on Jul 4 2023, 3:59 AM.
Details Summary addKImmFPOperands() duplicates the KImmFP-specific logic implemented in
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 4 2023, 4:23 AM This revision was landed with ongoing or failed builds.Jul 5 2023, 2:43 AM Closed by commit rGdac5957ca934: [AMDGPU][AsmParser][NFC] Clean up the implementation of KImmFP operands. (authored by kosarev). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 537273 llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
llvm/lib/Target/AMDGPU/SIInstrInfo.td
llvm/lib/Target/AMDGPU/VOP2Instructions.td
|