[PATCH] D28813: [CodeGenPrepare] Sink and duplicate more 'and' instructions.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 09:51:11 PST 2017


RKSimon added inline comments.


================
Comment at: test/CodeGen/X86/and-sink.ll:1
+; RUN: llc -march=x86 -verify-machineinstrs < %s | FileCheck %s
+
----------------
Don't use -march - use -mtriple=i686-unknown


https://reviews.llvm.org/D28813





More information about the llvm-commits mailing list