[PATCH] D74352: [SystemZ] Bugfix in emitSelect()

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 11 04:30:58 PST 2020


uweigand added inline comments.


================
Comment at: llvm/lib/Target/SystemZ/SystemZISelLowering.cpp:6890
+    if (NextMIIt->definesRegister(SystemZ::CC) ||
+        NextMIIt->usesCustomInsertionHook())
       break;
----------------
Isn't this always true for select pseudos?  Why doesn't make the rest of this loop a no-op?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74352/new/

https://reviews.llvm.org/D74352





More information about the llvm-commits mailing list