[PATCH] D26098: [SelectionDAG] Fix a crash visiting `AND` nodes

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 28 14:47:02 PDT 2016


davide added inline comments.


================
Comment at: test/CodeGen/X86/visitand-shift.ll:1
+; RUN: llc -O0 %s -o - | FileCheck %s
+; CHECK: patatino:
----------------
spatel wrote:
> We shouldn't need the "-O0" here?
> Also, please give the file and/or the test a meaningful name - PR30813?
Renamed the file. It doesn't crash without `-O0`.


https://reviews.llvm.org/D26098





More information about the llvm-commits mailing list