[PATCH] D46404: [DAG] Avoid using deleted node in rebuildSetCC
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 9 14:48:05 PDT 2018
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/test/CodeGen/X86/pr36602.ll:21
+ %_tmp15 = zext i1 %_tmp151 to i8
+ br i1 %_tmp151, label %bb1, label %bb2
+
----------------
This testcase seems fragile, but I guess it's hard to come up with anything better for DAGCombine.
Repository:
rL LLVM
https://reviews.llvm.org/D46404
More information about the llvm-commits
mailing list