[PATCH] D59363: [SelectionDAG] Add icmp UNDEF handling to SelectionDAG::FoldSetCC

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 14 13:01:22 PDT 2019


tlively added inline comments.


================
Comment at: test/CodeGen/WebAssembly/cfg-stackify.ll:370
 inner:
-  %c = icmp eq i32 undef, %w
+  %c = icmp eq i32 %x, %w
   br i1 %c, label %if.end, label %inner
----------------
WebAssembly changes LGTM. Thanks for checking!


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59363





More information about the llvm-commits mailing list