Similar to #154758 where this was added to the top of avx512f-builtins.c - we need to ensure that the new interpreter can handle all the x86 intrinsics that have been converted to constexpr.
Any CodeGen\X86*builtins.c file that includes "builtin_test_helpers.h" or uses the TEST_CONSTEXPR macro needs to be tested on the new interpreter as well as the current ExprConstant.cpp system.
There is likely to be fallout as either we're missing coverage (or maybe even uncovered a bug) so you might find yourself triaging or raising/fixing additional blocking issues.