diff options
author | Chris B <chris.bieneman@me.com> | 2024-09-27 15:47:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-27 15:47:22 -0500 |
commit | 4407cf95d565ddba82d697e0ade58d64a0cc2ed7 (patch) | |
tree | 272adbe0645e28357e2b3fdd64a1cea9b36651c3 /lldb/unittests/Interpreter/TestCommandObjectExpression.cpp | |
parent | 1fb3fe04cf7ce58da377a54fc435d9d8361075e3 (diff) | |
download | llvm-4407cf95d565ddba82d697e0ade58d64a0cc2ed7.zip llvm-4407cf95d565ddba82d697e0ade58d64a0cc2ed7.tar.gz llvm-4407cf95d565ddba82d697e0ade58d64a0cc2ed7.tar.bz2 |
[HLSL] Vector Usual Arithmetic Conversions (#110195)
HLSL has a different set of usual arithmetic conversions for vector
types to resolve a common type for binary operator expressions.
This PR implements the current spec proposal from:
https://github.com/microsoft/hlsl-specs/pull/311
There is one case that may need additional handling for implicitly
truncating vector<T,1> to T early to allow other transformations.
Fixes #106253
Re-lands #108659
Diffstat (limited to 'lldb/unittests/Interpreter/TestCommandObjectExpression.cpp')
0 files changed, 0 insertions, 0 deletions