[llvm] f90cf68 - [NFC] Fix tests in commit 20cf170e68def
Jeffrey Byrnes via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 15 15:38:24 PDT 2022
Author: Jeffrey Byrnes
Date: 2022-09-15T15:37:58-07:00
New Revision: f90cf68003bd5e8e81eac3d24724bdddc417fb6f
URL: https://github.com/llvm/llvm-project/commit/f90cf68003bd5e8e81eac3d24724bdddc417fb6f
DIFF: https://github.com/llvm/llvm-project/commit/f90cf68003bd5e8e81eac3d24724bdddc417fb6f.diff
LOG: [NFC] Fix tests in commit 20cf170e68def
Added:
Modified:
llvm/test/CodeGen/AMDGPU/gep-const-address-space.ll
llvm/test/Transforms/InferAddressSpaces/AMDGPU/flat_atomic.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AMDGPU/gep-const-address-space.ll b/llvm/test/CodeGen/AMDGPU/gep-const-address-space.ll
index bf37c6a2e3394..acebbc05641e7 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 8930af5f28416..1b9f951f3883a 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
More information about the llvm-commits
mailing list