summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/ext-vector-type-conditional.cpp
AgeCommit message (Expand)Author
2025-08-20[Clang] Support using boolean vectors in ternary operators (#154145)Joseph Huber
2024-11-06[LLVM][IR] Use splat syntax when printing Constant[Data]Vector. (#112548)Paul Walker
2023-01-11[IRBuilder] Use canonical i64 type for insertelement index used by vector spl...Paul Walker
2021-10-28Revert rest of `IRBuilderBase`'s short-circuiting foldsRoman Lebedev
2021-10-27[IR] `IRBuilderBase::CreateAnd()`: fix short-circuiting for constant on LHSRoman Lebedev
2021-03-09[ExtVectorType] Support conditional select operator for C++.Florian Hahn