Use std::make_pair instead of constructor
Use C++11 loop
Reuse helper var
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D19787
AMDGPU/R600: Minor cleanup in InstrInfo ClosedPublic Authored by jvesely on May 1 2016, 9:48 PM.
Details Summary Use std::make_pair instead of constructor
Diff Detail
Event Timelinejvesely updated this object. jvesely added a child revision: D19788: AMDGPU/R600: There are other uses for ALU_LITERAL besides Imm.May 1 2016, 9:50 PM This revision is now accepted and ready to land.May 2 2016, 7:26 AM Closed by commit rL268503: AMDGPU/R600: Minor cleanup in InstrInfo (authored by jvesely). · Explain WhyMay 4 2016, 8:01 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 55775 lib/Target/AMDGPU/R600InstrInfo.cpp
|