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

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


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-backend-amdgpu

Author: Anshil Gandhi (gandhi56)

<details>
<summary>Changes</summary>

This reverts commit d982882b7ee5931350e3d3899d61e94e8ba90824.


---
Full diff: https://github.com/llvm/llvm-project/pull/106074.diff


1 Files Affected:

- (modified) llvm/test/LTO/AMDGPU/gpu-rdc-amdgpu-attrs.ll (-1) 


``````````diff
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"
 

``````````

</details>


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


More information about the llvm-commits mailing list