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