Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 2.8.0
Description
I discovered this while playing around with different inlining settings. It turns out that clang's LLVM IR output has hidden "target-cpu" and "target-features" function attributes that force the functions to be compiled for generic x86-64 machines (since that is what we asked clang to compile for). These are not overridden at any point.
Attachments
Issue Links
- is related to
-
IMPALA-3259 Codegen is not cancellable and can use a lot of CPU and memory
- Resolved