13f385908c
SWDEV-80173 - remove the opt level adjustment based on the function size Since it only limits the llvm backend, but not optimizer or SC it really hurts the compile time. A huge unoptimized hsail after inlining and no backend optimizations goes to the SC with overwhelming results. A proper way of addressing these issues is to keep inlining reasonable. Testing: smoke, precheckin Reviewed by Evgeny Mankov Affected files ... ... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/codegen.cpp#65 edit ... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/Transforms/IPO/AMDInline.cpp#3 edit