diff options
| author | Justin Bogner <mail@justinbogner.com> | 2017-05-18 00:58:06 +0000 |
|---|---|---|
| committer | Justin Bogner <mail@justinbogner.com> | 2017-05-18 00:58:06 +0000 |
| commit | be42c4aec8f58ef68ea5655fbedb8a141b2462cd (patch) | |
| tree | 513a51e380fb01e562c4ff5b25597adce4eb517b | |
| parent | 8a950275f77981c10e10e6497114f07fef62beb7 (diff) | |
| download | bcm5719-llvm-be42c4aec8f58ef68ea5655fbedb8a141b2462cd.tar.gz bcm5719-llvm-be42c4aec8f58ef68ea5655fbedb8a141b2462cd.zip | |
Update three tests I missed in r302979 and r302990
llvm-svn: 303319
| -rw-r--r-- | llvm/test/Instrumentation/MemorySanitizer/csr.ll | 1 | ||||
| -rw-r--r-- | llvm/test/Transforms/InstCombine/AMDGPU/amdgcn-demanded-vector-elts.ll (renamed from llvm/test/Transforms/InstCombine/amdgcn-demanded-vector-elts.ll) | 0 | ||||
| -rw-r--r-- | llvm/test/Transforms/InstCombine/NVPTX/lit.local.cfg | 2 | ||||
| -rw-r--r-- | llvm/test/Transforms/InstCombine/NVPTX/nvvm-intrins.ll (renamed from llvm/test/Transforms/InstCombine/nvvm-intrins.ll) | 0 |
4 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/Instrumentation/MemorySanitizer/csr.ll b/llvm/test/Instrumentation/MemorySanitizer/csr.ll index c4e3a3f7392..c288f93241b 100644 --- a/llvm/test/Instrumentation/MemorySanitizer/csr.ll +++ b/llvm/test/Instrumentation/MemorySanitizer/csr.ll @@ -1,5 +1,6 @@ ; RUN: opt < %s -msan -msan-check-access-address=0 -S | FileCheck %s ; RUN: opt < %s -msan -msan-check-access-address=1 -S | FileCheck %s --check-prefix=ADDR +; REQUIRES: x86 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" diff --git a/llvm/test/Transforms/InstCombine/amdgcn-demanded-vector-elts.ll b/llvm/test/Transforms/InstCombine/AMDGPU/amdgcn-demanded-vector-elts.ll index 0c4842c1598..0c4842c1598 100644 --- a/llvm/test/Transforms/InstCombine/amdgcn-demanded-vector-elts.ll +++ b/llvm/test/Transforms/InstCombine/AMDGPU/amdgcn-demanded-vector-elts.ll diff --git a/llvm/test/Transforms/InstCombine/NVPTX/lit.local.cfg b/llvm/test/Transforms/InstCombine/NVPTX/lit.local.cfg new file mode 100644 index 00000000000..2cb98eb371b --- /dev/null +++ b/llvm/test/Transforms/InstCombine/NVPTX/lit.local.cfg @@ -0,0 +1,2 @@ +if not 'NVPTX' in config.root.targets: + config.unsupported = True diff --git a/llvm/test/Transforms/InstCombine/nvvm-intrins.ll b/llvm/test/Transforms/InstCombine/NVPTX/nvvm-intrins.ll index cb65b8fdc54..cb65b8fdc54 100644 --- a/llvm/test/Transforms/InstCombine/nvvm-intrins.ll +++ b/llvm/test/Transforms/InstCombine/NVPTX/nvvm-intrins.ll |

