diff --git a/test/Transforms/Attributor/allow_list.ll b/test/Transforms/Attributor/allow_list.ll index ded0f65ba87..100c86b16ad 100644 --- a/test/Transforms/Attributor/allow_list.ll +++ b/test/Transforms/Attributor/allow_list.ll @@ -1,4 +1,5 @@ ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --function-signature --scrub-attributes --check-attributes +; REQUIRES: asserts ; RUN: opt -S -passes=attributor --attributor-seed-allow-list asd < %s | FileCheck %s --check-prefixes=CHECK_DISABLED ; RUN: opt -S -passes=attributor --attributor-seed-allow-list AAValueSimplify < %s | FileCheck %s --check-prefixes=CHECK_ENABLED