From f90cf68003bd5e8e81eac3d24724bdddc417fb6f Mon Sep 17 00:00:00 2001 From: Jeffrey Byrnes Date: Thu, 15 Sep 2022 15:37:58 -0700 Subject: [PATCH] [NFC] Fix tests in commit 20cf170e68def --- llvm/test/CodeGen/AMDGPU/gep-const-address-space.ll | 2 +- llvm/test/Transforms/InferAddressSpaces/AMDGPU/flat_atomic.ll | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/CodeGen/AMDGPU/gep-const-address-space.ll b/llvm/test/CodeGen/AMDGPU/gep-const-address-space.ll index bf37c6a..acebbc0 100644 --- a/llvm/test/CodeGen/AMDGPU/gep-const-address-space.ll +++ b/llvm/test/CodeGen/AMDGPU/gep-const-address-space.ll @@ -1,5 +1,5 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py -; RUN: llc -march=amdgcn -mcpu=gfx90a -O3 < %s | FileCheck %s +; RUN: llc -march=amdgcn -mcpu=gfx90a < %s | FileCheck %s declare double @llvm.amdgcn.flat.atomic.fadd.f64.p0f64.f64(double* nocapture, double) #8 diff --git a/llvm/test/Transforms/InferAddressSpaces/AMDGPU/flat_atomic.ll b/llvm/test/Transforms/InferAddressSpaces/AMDGPU/flat_atomic.ll index 8930af5f..1b9f951 100644 --- a/llvm/test/Transforms/InferAddressSpaces/AMDGPU/flat_atomic.ll +++ b/llvm/test/Transforms/InferAddressSpaces/AMDGPU/flat_atomic.ll @@ -1,5 +1,5 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py -; RUN: llc -march=amdgcn -mcpu=gfx90a -O3 < %s | FileCheck %s +; RUN: llc -march=amdgcn -mcpu=gfx90a < %s | FileCheck %s declare double @llvm.amdgcn.flat.atomic.fadd.f64.p0f64.f64(double* nocapture, double) #8 declare double @llvm.amdgcn.flat.atomic.fmin.f64.p0f64.f64(double* nocapture, double) #8 -- 2.7.4