[llvm] Revert "[NFC] Add an assertion requirement to an opt test (#106027)" (PR #106074)

Anshil Gandhi via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 26 06:50:23 PDT 2024


https://github.com/gandhi56 created https://github.com/llvm/llvm-project/pull/106074

This reverts commit d982882b7ee5931350e3d3899d61e94e8ba90824.


>From 814e1ec85d5d1ed2733fcc16b88d488240e17014 Mon Sep 17 00:00:00 2001
From: Anshil Gandhi <Anshil.Gandhi at amd.com>
Date: Mon, 26 Aug 2024 13:49:19 +0000
Subject: [PATCH] Revert "[NFC] Add an assertion requirement to an opt test
 (#106027)"

This reverts commit d982882b7ee5931350e3d3899d61e94e8ba90824.
---
 llvm/test/LTO/AMDGPU/gpu-rdc-amdgpu-attrs.ll | 1 -
 1 file changed, 1 deletion(-)

diff --git a/llvm/test/LTO/AMDGPU/gpu-rdc-amdgpu-attrs.ll b/llvm/test/LTO/AMDGPU/gpu-rdc-amdgpu-attrs.ll
index 8228f21b56b132..42640f94537640 100644
--- a/llvm/test/LTO/AMDGPU/gpu-rdc-amdgpu-attrs.ll
+++ b/llvm/test/LTO/AMDGPU/gpu-rdc-amdgpu-attrs.ll
@@ -2,7 +2,6 @@
 ; RUN: opt -passes="lto<O3>" -debug-only=amdgpu-attributor -S -o - %s 2>&1 | FileCheck %s --check-prefix=POST-LINK
 
 ; REQUIRES: amdgpu-registered-target
-; REQUIRES: asserts
 
 target triple = "amdgcn-amd-amdhsa"
 



More information about the llvm-commits mailing list