comparison test/CodeGen/X86/and-su.ll @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents afa8332a0e37
children 3a76565eade5
comparison
equal deleted inserted replaced
120:1172e4bd9c6f 121:803732b1fca8
1 ; RUN: llc < %s -march=x86 | FileCheck %s 1 ; RUN: llc < %s -mtriple=i686-- | FileCheck %s
2 2
3 ; Don't duplicate the load. 3 ; Don't duplicate the load.
4 4
5 define fastcc i32 @foo(i32* %p) nounwind { 5 define fastcc i32 @foo(i32* %p) nounwind {
6 ; CHECK-LABEL: foo: 6 ; CHECK-LABEL: foo: