[all-commits] [llvm/llvm-project] 881532: [clang][x86] Add constexpr support for all remaini...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Sep 30 09:13:28 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8815328b6bf0f8c5088f6df73ad853a5aba159d9
https://github.com/llvm/llvm-project/commit/8815328b6bf0f8c5088f6df73ad853a5aba159d9
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Headers/tbmintrin.h
M clang/test/CodeGen/X86/tbm-builtins.c
Log Message:
-----------
[clang][x86] Add constexpr support for all remaining TBM intrinsics (#110515)
BEXTRI is already handled, so we just need to tag the rest of the intrinsics, which are all expanded to generic patterns.
As these are expanded I felt it better to test against the equivalent pattern instead of the final result (I intend to take the same approach for BMI/BMI2 cases).
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