[PATCH] D18376: [MachineScheduler] Add support for store clustering

Junmo Park via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 25 03:51:51 PDT 2016


flyingforyou added a comment.

I also think this is reasonable change.


================
Comment at: lib/CodeGen/MachineScheduler.cpp:1380
@@ -1374,1 +1379,3 @@
   const TargetRegisterInfo *TRI;
+  bool isLoad;
+
----------------
IsLoad?


http://reviews.llvm.org/D18376





More information about the llvm-commits mailing list