[clang] [X86] Update BMI, BMI2 and TBM constexpr tests (PR #156260)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 31 13:17:21 PDT 2025
bursow wrote:
Checked C++14-specific variable declarations within constexpr functions, which were causing compilation errors in the C++11 environment. refactored the code to be C++11 compliant, which resolved the issue also added BMI, BMI2 and TBM constexpr tests. @RKSimon
https://github.com/llvm/llvm-project/pull/156260
More information about the cfe-commits
mailing list