diff options
author | Aditya Chaudhari <98672108+AdityaC4@users.noreply.github.com> | 2025-10-03 08:08:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-03 13:08:39 +0000 |
commit | 9e3bbbb049ea9ca2abcbf8e4b3ea39a8deb7c1e2 (patch) | |
tree | 5bb916393e43c82f34b548c8eff606abcccaa36e /llvm/unittests/Analysis/FunctionPropertiesAnalysisTest.cpp | |
parent | 6bdf2cb2024e3a1f9596189f567b13665a19d1b1 (diff) | |
download | llvm-9e3bbbb049ea9ca2abcbf8e4b3ea39a8deb7c1e2.zip llvm-9e3bbbb049ea9ca2abcbf8e4b3ea39a8deb7c1e2.tar.gz llvm-9e3bbbb049ea9ca2abcbf8e4b3ea39a8deb7c1e2.tar.bz2 |
[X86][Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - allow element extraction/insertion intrinsics to be used in constexpr #159753 (#161302)
FIXES: #159753
Enable constexpr evaluation for X86 vector element extract/insert builtins. and adds corresponding tests
Index is masked with `(Idx & (NumElts - 1))`, matching existing CodeGen.
Diffstat (limited to 'llvm/unittests/Analysis/FunctionPropertiesAnalysisTest.cpp')
0 files changed, 0 insertions, 0 deletions