Mercurial > hg > CbC > CbC_llvm
view llvm/test/CodeGen/AMDGPU/sramecc-subtarget-feature-disabled.ll @ 223:5f17cb93ff66 llvm-original
LLVM13 (2021/7/18)
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 18 Jul 2021 22:43:00 +0900 |
parents | 79ff65ed7e25 |
children |
line wrap: on
line source
; RUN: llc -march=amdgcn -mcpu=gfx700 -debug-only=amdgpu-subtarget -o - %s 2>&1 | FileCheck --check-prefix=WARN %s ; RUN: llc -march=amdgcn -mcpu=gfx906 -debug-only=amdgpu-subtarget -o - %s 2>&1 | FileCheck --check-prefix=OFF %s ; RUN: llc -march=amdgcn -mcpu=gfx908 -debug-only=amdgpu-subtarget -o - %s 2>&1 | FileCheck --check-prefix=OFF %s ; REQUIRES: asserts ; WARN: warning: sramecc 'Off' was requested for a processor that does not support it! ; OFF: sramecc setting for subtarget: Off define void @sramecc-subtarget-feature-disabled() #0 { ret void } attributes #0 = { "target-features"="-sramecc" }