Skip to content

Commit 804c4ac

Browse files
committed
o2
Signed-off-by: dchigarev <[email protected]>
1 parent 0a6d365 commit 804c4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/intel/backend/compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ def make_llir(src, metadata, options):
330330
if options.extern_libs:
331331
paths = [path for (name, path) in options.extern_libs]
332332
llvm.link_extern_libs(llvm_mod, paths)
333-
intel.optimize_module(llvm_mod, llvm.OPTIMIZE_O1)
333+
intel.optimize_module(llvm_mod, llvm.OPTIMIZE_O2)
334334
intel.post_process_llir(llvm_mod)
335335

336336
# Get some metadata

0 commit comments

Comments
 (0)