[llvm] d982882 - [NFC] Add an assertion requirement to an opt test (#106027)

via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 25 19:49:10 PDT 2024


Author: Anshil Gandhi
Date: 2024-08-25T22:49:06-04:00
New Revision: d982882b7ee5931350e3d3899d61e94e8ba90824

URL: https://github.com/llvm/llvm-project/commit/d982882b7ee5931350e3d3899d61e94e8ba90824
DIFF: https://github.com/llvm/llvm-project/commit/d982882b7ee5931350e3d3899d61e94e8ba90824.diff

LOG: [NFC] Add an assertion requirement to an opt test (#106027)

Added: 
    

Modified: 
    llvm/test/LTO/AMDGPU/gpu-rdc-amdgpu-attrs.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/LTO/AMDGPU/gpu-rdc-amdgpu-attrs.ll b/llvm/test/LTO/AMDGPU/gpu-rdc-amdgpu-attrs.ll
index 42640f94537640..8228f21b56b132 100644
--- a/llvm/test/LTO/AMDGPU/gpu-rdc-amdgpu-attrs.ll
+++ b/llvm/test/LTO/AMDGPU/gpu-rdc-amdgpu-attrs.ll
@@ -2,6 +2,7 @@
 ; 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