Yaxun Liu | 14834c3 | 2017-03-25 02:05:44 +0000 | [diff] [blame] | 1 | ; RUN: llc -march=amdgcn -mtriple=amdgcn-amd-amdhsa-amdgiz -verify-machineinstrs < %s |
| 2 | ; Just check the target feature and data layout is accepted without error. |
| 3 | |
Yaxun Liu | e95df71 | 2017-04-11 17:18:13 +0000 | [diff] [blame] | 4 | target datalayout = "e-p:64:64-p1:64:64-p2:64:64-p3:32:32-p4:64:64-p5:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64-A5" |
Yaxun Liu | 14834c3 | 2017-03-25 02:05:44 +0000 | [diff] [blame] | 5 | target triple = "amdgcn-amd-amdhsa-amdgiz" |
| 6 | |
| 7 | define void @foo() { |
| 8 | entry: |
| 9 | ret void |
| 10 | } |
| 11 | |