[PATCH] D73194: [FPEnv][ARM] Handle expansion of strict SETCC with legal condition code

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 22 08:41:06 PST 2020


craig.topper added inline comments.


================
Comment at: llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp:3672
+    // using that condition code. If we have a strict SETCC the condition code
+    // may already be legal, in which case we similarly convert to a non-strict
+    // SETCC with the condition code we already have.
----------------
Why is it ok to turn a STRICT node into a non-strict node?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73194





More information about the llvm-commits mailing list