[PATCH] D47423: Simplify recursive launder.invariant.group and strip

Jakub Kuderski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 30 09:49:30 PDT 2018


kuhar added inline comments.


================
Comment at: llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp:1223
+  else
+    assert(false &&
+        "simplifyInvariantGroupIntrinsic only handles launder and strip");
----------------
llvm_unreachable would be preferred here


Repository:
  rL LLVM

https://reviews.llvm.org/D47423





More information about the llvm-commits mailing list