[clang] [X86] Allow PSHUFD/PSHUFLW/PSHUFW intrinsics in constexpr. (PR #161210)
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 2 02:53:45 PDT 2025
================
@@ -2773,6 +2773,62 @@ static bool interp__builtin_blend(InterpState &S, CodePtr OpPC,
return true;
}
+enum class Half { None, Low, High };
----------------
RKSimon wrote:
this seems unnecessary - why not just `bool IsShufHW`?
https://github.com/llvm/llvm-project/pull/161210
More information about the cfe-commits
mailing list