ClickHouse/src/Interpreters/JIT
Robert Schulze 3efd42ae2e
Fix tests (hopefully)
- LLVM migrates to opaque pointers
  (https://llvm.org/docs/OpaquePointers.html). In LLVM 13, opaque
  pointers are WIP and not recommended for use.

- But as preparation, they already changed some API, specifically
  they expect that IRBuilder::CreateConstGEP*() no longer get nullptr as
  first argument.

- We are now passing explicitly the value which was in LLVM 12 figured
  out automatically under the hood.

- Since the passed pointer is still non-opaque, I don't think this will
  work in LLVM 15 but it could be okay for a migration.
2022-09-26 19:43:28 +00:00
..
CHJIT.cpp remove some dead and commented code 2022-07-21 15:05:48 +02:00
CHJIT.h
CompileDAG.cpp
CompileDAG.h
CompiledExpressionCache.cpp
CompiledExpressionCache.h Change class LRUCache to class CachBase. Check running CacheBase with default pcahce policy SLRU 2022-08-07 19:59:30 +00:00
compileFunction.cpp Fix tests (hopefully) 2022-09-26 19:43:28 +00:00
compileFunction.h Added JIT compilation of SortDescription 2022-05-11 21:59:51 +02:00