From ce8c725c9392c0aefe30bfc5008a120d4d10b17d Mon Sep 17 00:00:00 2001 From: Ta-Wei Tu Date: Tue, 17 Nov 2020 14:40:44 +0800 Subject: [PATCH] [NPM] Add remaining test of -slsr Add RUN lines for NPM of -slsr tests that require -separate-const-offset-from-gep Reviewed By: aeubanks Differential Revision: https://reviews.llvm.org/D91588 --- .../AMDGPU/reassociate-geps-and-slsr-addrspace.ll | 1 + .../NVPTX/reassociate-geps-and-slsr.ll | 1 + 2 files changed, 2 insertions(+) diff --git a/test/Transforms/StraightLineStrengthReduce/AMDGPU/reassociate-geps-and-slsr-addrspace.ll b/test/Transforms/StraightLineStrengthReduce/AMDGPU/reassociate-geps-and-slsr-addrspace.ll index 9554ae69031..02faf82ae76 100644 --- a/test/Transforms/StraightLineStrengthReduce/AMDGPU/reassociate-geps-and-slsr-addrspace.ll +++ b/test/Transforms/StraightLineStrengthReduce/AMDGPU/reassociate-geps-and-slsr-addrspace.ll @@ -1,4 +1,5 @@ ; RUN: opt -S -mtriple=amdgcn-- -separate-const-offset-from-gep -slsr -gvn < %s | FileCheck %s +; RUN: opt -S -mtriple=amdgcn-- -passes="separate-const-offset-from-gep,slsr,gvn" < %s | FileCheck %s target datalayout = "e-p:32:32-p1:64:64-p2:64:64-p3:32:32-p4:64:64-p5:32:32-p24:64:64-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64" diff --git a/test/Transforms/StraightLineStrengthReduce/NVPTX/reassociate-geps-and-slsr.ll b/test/Transforms/StraightLineStrengthReduce/NVPTX/reassociate-geps-and-slsr.ll index 03c0356eb5b..3a272d07d6f 100644 --- a/test/Transforms/StraightLineStrengthReduce/NVPTX/reassociate-geps-and-slsr.ll +++ b/test/Transforms/StraightLineStrengthReduce/NVPTX/reassociate-geps-and-slsr.ll @@ -1,5 +1,6 @@ ; RUN: opt < %s -separate-const-offset-from-gep -slsr -gvn -S | FileCheck %s ; RUN: llc < %s -march=nvptx64 -mcpu=sm_35 | FileCheck %s --check-prefix=PTX +; RUN: opt < %s -passes="separate-const-offset-from-gep,slsr,gvn" -S | FileCheck %s target datalayout = "e-i64:64-v16:16-v32:32-n16:32:64" target triple = "nvptx64-unknown-unknown"