================ @@ -0,0 +1,244 @@ +; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py +; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+acev1,+avx512f | FileCheck %s ---------------- mahesh-attarde wrote:
Technically `avx512f` is underlaying requirement for AVX registers. however Spec has baseline mention as `AVX10.1`. See Section 2.2 https://github.com/llvm/llvm-project/pull/208408 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
