[PATCH] D36286: AMDGPU: Move R600 parts of AMDGPUISelDAGToDAG into their own class

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 3 14:09:26 PDT 2017


arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp:214
+public:
+  explicit R600DAGToDAGISel(TargetMachine &TM, CodeGenOpt::Level OptLevel) :
+      AMDGPUDAGToDAGISel(TM, OptLevel) {}
----------------
I will soon commit a patch that changes the constructor to take a TargetMachine* that will need resolving


https://reviews.llvm.org/D36286





More information about the llvm-commits mailing list