File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
llvm/test/CodeGen/AMDGPU/GlobalISel Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 1
1
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 4
2
2
# RUN: llc -mtriple=amdgcn-mesa-mesa3d -mcpu=gfx900 -early-live-intervals -run-pass=liveintervals -run-pass=twoaddressinstruction -verify-machineinstrs -o - %s | FileCheck %s
3
3
4
- --- |
5
- define double @dyn_extract_v7f64_v_v(<7 x double> %vec, i32 %sel) # 0 {
6
- entry :
7
- %ext = extractelement <7 x double> %vec, i32 %sel
8
- ret double %ext
9
- }
10
-
11
- attributes # 0 = { "amdgpu-no-completion-action" "amdgpu-no-default-queue" "amdgpu-no-dispatch-id" "amdgpu-no-dispatch-ptr" "amdgpu-no-heap-ptr" "amdgpu-no-hostcall-ptr" "amdgpu-no-implicitarg-ptr" "amdgpu-no-lds-kernel-id" "amdgpu-no-multigrid-sync-arg" "amdgpu-no-queue-ptr" "amdgpu-no-workgroup-id-x" "amdgpu-no-workgroup-id-y" "amdgpu-no-workgroup-id-z" "amdgpu-no-workitem-id-x" "amdgpu-no-workitem-id-y" "amdgpu-no-workitem-id-z" "amdgpu-waves-per-eu"="4,10" "target-cpu"="gfx900" "uniform-work-group-size"="false" }
12
- ...
13
4
---
14
5
name : dyn_extract_v7f64_v_v
15
6
legalized : true
You can’t perform that action at this time.
0 commit comments