[PATCH] D42505: [X86] Improve Load-Op-Store fusion.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 26 11:19:41 PST 2018


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:2130
+      if (!LoopWorklist.empty()) {
+        unsigned int Max = 8192;
+        // if Load is predecessor to potentially loop inducing chain
----------------
Make this 'const'?


Repository:
  rL LLVM

https://reviews.llvm.org/D42505





More information about the llvm-commits mailing list