[llvm] 97b73e3 - Add 'REQUIRES: asserts' to test added in D150002 (53a4adc) because it tests for a crash that is caused by an assertion failure.

Douglas Yung via llvm-commits llvm-commits at lists.llvm.org
Fri May 12 19:03:19 PDT 2023


Author: Douglas Yung
Date: 2023-05-12T19:01:52-07:00
New Revision: 97b73e35eb0fdce64a94c0730b8dbe0a8ed06ba7

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

LOG: Add 'REQUIRES: asserts' to test added in D150002 (53a4adc) because it tests for a crash that is caused by an assertion failure.

Added: 
    

Modified: 
    llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-non-integral-address-spaces-vectors.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-non-integral-address-spaces-vectors.ll b/llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-non-integral-address-spaces-vectors.ll
index 43ade0260608..ed86cc2d4307 100644
--- a/llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-non-integral-address-spaces-vectors.ll
+++ b/llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-non-integral-address-spaces-vectors.ll
@@ -1,4 +1,5 @@
 ; RUN: not --crash llc -global-isel -mtriple=amdgcn-amd-amdpal -mcpu=gfx900 -o - -stop-after=irtranslator < %s
+; REQUIRES: asserts
 
 ; Confirm that no one's gotten vectors of addrspace(7) pointers to go through the
 ; IR translater incidentally.


        


More information about the llvm-commits mailing list