[PATCH] D21774: [X86] Transform setcc + movzbl into xorl + setcc

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 28 10:36:36 PDT 2016


RKSimon added inline comments.

================
Comment at: test/CodeGen/X86/sse42-intrinsics-x86.ll:1
@@ -1,1 +1,2 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
 ; RUN: llc < %s -mtriple=i386-apple-darwin -mattr=-avx,+sse4.2 | FileCheck %s
----------------
Regenerate this first so that we can see the diffs?


http://reviews.llvm.org/D21774





More information about the llvm-commits mailing list