[PATCH] D22247: [DAGCombine] Make sext(setcc) combine respect getBooleanContents()

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 11 17:00:06 PDT 2016


arsenm added inline comments.

================
Comment at: test/CodeGen/X86/pr28504.ll:2-3
@@ +1,4 @@
+; RUN: llc < %s | FileCheck %s
+target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
+target triple = "x86_64-unknown-linux-gnu"
+
----------------
Usually just the triple is set on the RUN line

================
Comment at: test/CodeGen/X86/pr28504.ll:10
@@ +9,3 @@
+; CHECK: sete  %cl
+define i32 @main() {
+bb:
----------------
This testcase can probably be reduced


http://reviews.llvm.org/D22247





More information about the llvm-commits mailing list