[PATCH] D86183: [DAGCombine] Remove dead node when it is created by getNegatedExpression
Qing Shan Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 23 16:50:46 PDT 2020
steven.zhang added inline comments.
================
Comment at: llvm/test/CodeGen/X86/pr46877.ll:1
+; RUN: llc -O3 < %s -mcpu=haswell -mtriple=x86_64 > /dev/null 2>&1
+
----------------
spatel wrote:
> I think if we are going to spend the time to execute a test, we might as well use FileCheck to verify the output asm. That way, we can detect if some future patch is doing something unexpected.
ok,I will update the test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86183/new/
https://reviews.llvm.org/D86183
More information about the llvm-commits
mailing list