Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/X86/function-subtarget-features-2.ll @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | afa8332a0e37 |
children |
comparison
equal
deleted
inserted
replaced
120:1172e4bd9c6f | 121:803732b1fca8 |
---|---|
1 ; RUN: llc < %s -march=x86-64 -filetype=obj -o - | llvm-objdump -d - | FileCheck %s | 1 ; RUN: llc < %s -mtriple=x86_64-- -filetype=obj -o - | llvm-objdump -d - | FileCheck %s |
2 | 2 |
3 ; This test verifies that we assemble code for different architectures | 3 ; This test verifies that we assemble code for different architectures |
4 ; based on target-cpu and target-features attributes. | 4 ; based on target-cpu and target-features attributes. |
5 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" | 5 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" |
6 | 6 |