[all-commits] [llvm/llvm-project] d63dd5: feat: Add AVX512 support for constant interpreter ...
bursow via All-commits
all-commits at lists.llvm.org
Sun Aug 31 08:58:01 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d63dd5eed0ea2f34bcf8b178211f8771ea75dec7
https://github.com/llvm/llvm-project/commit/d63dd5eed0ea2f34bcf8b178211f8771ea75dec7
Author: bursow <75187874+bursow at users.noreply.github.com>
Date: 2025-08-31 (Sun, 31 Aug 2025)
Changed paths:
M clang/test/CodeGen/X86/avx512cd-builtins.c
M clang/test/CodeGen/X86/avx512vlcd-builtins.c
Log Message:
-----------
feat: Add AVX512 support for constant interpreter test (#156227)
Adds test coverage for `fexperimental-new-constant-interpreter` to
`avx512cd-builtins.c` and `avx512vlcd-builtins.c` as part of the work to
ensure all x86 intrinsics are handled correctly by the new interpreter.
Part of #155814.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list