Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/X86/3dnow-intrinsics.ll @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | afa8332a0e37 |
children | c2174574ed3a |
comparison
equal
deleted
inserted
replaced
120:1172e4bd9c6f | 121:803732b1fca8 |
---|---|
1 ; RUN: llc < %s -march=x86 -mattr=+3dnow | FileCheck %s | 1 ; RUN: llc < %s -mtriple=i686-- -mattr=+3dnow | FileCheck %s |
2 | 2 |
3 define <8 x i8> @test_pavgusb(x86_mmx %a.coerce, x86_mmx %b.coerce) nounwind readnone { | 3 define <8 x i8> @test_pavgusb(x86_mmx %a.coerce, x86_mmx %b.coerce) nounwind readnone { |
4 ; CHECK: pavgusb | 4 ; CHECK: pavgusb |
5 entry: | 5 entry: |
6 %0 = bitcast x86_mmx %a.coerce to <8 x i8> | 6 %0 = bitcast x86_mmx %a.coerce to <8 x i8> |