diff options
author | Fraser Cormack <fraser@codeplay.com> | 2025-05-21 11:26:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-21 11:26:04 +0100 |
commit | 0bc7f41db8f3761f144679e014463aeff29fdbc5 (patch) | |
tree | dac6d2d9af16580fed73f23a1f4217297b676b06 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 7a8090c037255b54895d61df2eb141fee48d6d83 (diff) | |
download | llvm-0bc7f41db8f3761f144679e014463aeff29fdbc5.zip llvm-0bc7f41db8f3761f144679e014463aeff29fdbc5.tar.gz llvm-0bc7f41db8f3761f144679e014463aeff29fdbc5.tar.bz2 |
[libclc] Move all remquo address spaces to CLC library (#140871)
Previously the OpenCL address space overloads of remquo would call into
the one and only 'private' CLC remquo. This was an outlier compared with
the other pointer-argumented maths builtins.
This commit moves the definitions of all address space overloads to the
CLC library to give more control over each address space to CLC
implementers.
There are some minor changes to the generated bytecode but it's simply
moving IR instructions around.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions