[PATCH] D26872: Outliner: Add MIR-level outlining pass

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 23 19:49:55 PST 2016


craig.topper added inline comments.


================
Comment at: lib/Target/X86/X86InstrInfo.cpp:8961
+
+  else if (MI.isLabel())
+    return false;
----------------
All of the 'else's on each of these cases can be removed since the 'if's all return.


Repository:
  rL LLVM

https://reviews.llvm.org/D26872





More information about the llvm-commits mailing list