[PATCH] D118037: [DAGCombine] Consider SETULT as carry flag

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 25 05:57:56 PST 2022


RKSimon added inline comments.


================
Comment at: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:2609
+    if (CC == ISD::SETULT)
+      return V;
+    return {};
----------------
Do we need any getBooleanContents checks here?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118037



More information about the llvm-commits mailing list