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

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 28 14:23:50 PDT 2016


spatel added inline comments.


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


https://reviews.llvm.org/D26098





More information about the llvm-commits mailing list