This is an archive of the discontinued LLVM Phabricator instance.

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
Use C++11 loop
Reuse helper var

Diff Detail

Repository
rL LLVM

Event Timeline

jvesely updated this revision to Diff 55775.May 1 2016, 9:48 PM
jvesely retitled this revision from to AMDGPU/R600: Minor cleanup in InstrInfo.
jvesely updated this object.
jvesely set the repository for this revision to rL LLVM.
tstellarAMD accepted this revision.May 2 2016, 7:26 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.May 2 2016, 7:26 AM
This revision was automatically updated to reflect the committed changes.