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

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


================
@@ -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
----------------
gandhi56 wrote:

Shilei's right, assertion is not required in the test. I will revert this patch.

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


More information about the llvm-commits mailing list