diff options
author | Nikita Popov <npopov@redhat.com> | 2025-06-23 17:37:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-23 17:37:33 +0200 |
commit | 1128a4fd2c3a70ba61eead2ce093a9c31aa2970e (patch) | |
tree | fb439af2d89e04629df4a418474f23525c5f0b49 /lldb/packages/Python/lldbsuite/test/lldbpexpect.py | |
parent | 9f7567d33a6c68fe5139678768c0cb4d6e614d5f (diff) | |
download | llvm-1128a4fd2c3a70ba61eead2ce093a9c31aa2970e.zip llvm-1128a4fd2c3a70ba61eead2ce093a9c31aa2970e.tar.gz llvm-1128a4fd2c3a70ba61eead2ce093a9c31aa2970e.tar.bz2 |
[HLSL] Don't use CreateRuntimeFunction for intrinsics (#145334)
HLSL uses CreateRuntimeFunction for three intrinsics. This is pretty
unusual thing to do, and doesn't match what the rest of the file does.
I suspect this might be because these are convergent calls, but the
intrinsics themselves are already marked convergent, so it's not
necessary for clang to manually add the attribute.
This does lose the spir_func CC on the intrinsic declaration, but again,
CC should not be relevant to intrinsics at all.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbpexpect.py')
0 files changed, 0 insertions, 0 deletions