diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2024-10-02 15:45:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-02 15:45:02 +0100 |
commit | c7fb0eed05e768093fc202e94df1c0d88fd7c2f0 (patch) | |
tree | cef8e2b146588fadaace9433beab907a40f0715c /lldb/source/Commands/CommandObjectExpression.cpp | |
parent | 8282c58d9b1cd5b6df89ee3f68438fe0ee672f7f (diff) | |
download | llvm-c7fb0eed05e768093fc202e94df1c0d88fd7c2f0.zip llvm-c7fb0eed05e768093fc202e94df1c0d88fd7c2f0.tar.gz llvm-c7fb0eed05e768093fc202e94df1c0d88fd7c2f0.tar.bz2 |
[clang][x86] Add constexpr support for ADC/SBB + ADX intrinsics (#110668)
ADC and ADX use the same internal intrinsics - for testing I've taken the same approach as the generic builtin overflow tests, putting the intrinsics in a constexpr test wrapper and comparing the carry/result value pair.
I've added the addcarry/subborrow intrinsics to the clang language extension list - I'm not sure if we want to add all ISA intrinsics to the list (although we can if people think it useful?), but I felt we should at least include the baseline x86 intrinsics.
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
0 files changed, 0 insertions, 0 deletions