================ @@ -0,0 +1,64 @@ +// RUN: %clang_cc1 -std=c++20 -triple x86_64-unknown-linux-gnu -O0 \ +// RUN: -fexperimental-new-constant-interpreter -verify %s +// RUN: %clang_cc1 -std=c++20 -triple x86_64-unknown-linux-gnu -O0 \ +// RUN: -target-feature +avx2 -target-feature +avx512bw \ +// RUN: -fexperimental-new-constant-interpreter -verify %s ---------------- RKSimon wrote:
delete this and just use the TEST_CONSTEXPR macros in the builtins-* codegen files https://github.com/llvm/llvm-project/pull/169253 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
