diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2018-08-31 05:49:54 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2018-08-31 05:49:54 +0000 |
commit | 0da6350dc89670f415ac7939d607458b9dfb4089 (patch) | |
tree | f27cf0a5f8b38d8c35886b7da7432e346f97487a /llvm/test/CodeGen/AMDGPU/trunc-vector-store-assertion-failure.ll | |
parent | e7ec083f198a828fc0052652d5f051208391d34b (diff) | |
download | bcm5719-llvm-0da6350dc89670f415ac7939d607458b9dfb4089.tar.gz bcm5719-llvm-0da6350dc89670f415ac7939d607458b9dfb4089.zip |
AMDGPU: Remove remnants of old address space mapping
llvm-svn: 341165
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/trunc-vector-store-assertion-failure.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/trunc-vector-store-assertion-failure.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/trunc-vector-store-assertion-failure.ll b/llvm/test/CodeGen/AMDGPU/trunc-vector-store-assertion-failure.ll index d280be5eba4..3911909e345 100644 --- a/llvm/test/CodeGen/AMDGPU/trunc-vector-store-assertion-failure.ll +++ b/llvm/test/CodeGen/AMDGPU/trunc-vector-store-assertion-failure.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=r600 -mtriple=r600---amdgiz -mcpu=redwood | FileCheck %s +; RUN: llc < %s -march=r600 -mtriple=r600-- -mcpu=redwood | FileCheck %s ; This tests for a bug in the SelectionDAG where custom lowered truncated ; vector stores at the end of a basic block were not being added to the |