diff options
author | Fraser Cormack <fraser@codeplay.com> | 2025-05-01 10:21:32 +0100 |
---|---|---|
committer | Fraser Cormack <fraser@codeplay.com> | 2025-05-01 10:23:28 +0100 |
commit | c5b750f5af72fadd4c00c120c9c585240da466b4 (patch) | |
tree | b7b9d53bc8af0221eea48be025f1df586fe25250 /clang/unittests/Frontend/CompilerInstanceTest.cpp | |
parent | 6c4dd8d1d2f1e81c2b309924afb255b58a31ceb2 (diff) | |
download | llvm-c5b750f5af72fadd4c00c120c9c585240da466b4.zip llvm-c5b750f5af72fadd4c00c120c9c585240da466b4.tar.gz llvm-c5b750f5af72fadd4c00c120c9c585240da466b4.tar.bz2 |
[libclc] Move log2/log10 tables to CLC tables impl
These two tables were being used by the CLC library but their
definitions still remained in the OpenCL layer. This worked out after
linking the two together but is a layering violation.
This had a side effect of removing the two table getters from the final
bytecode library, which were never intended to be exposed.
These two tables should probably be refactored so allow better
vectorization of log/log2/log10, but that is left to future work.
Diffstat (limited to 'clang/unittests/Frontend/CompilerInstanceTest.cpp')
0 files changed, 0 insertions, 0 deletions