Skip to content

Commit 0a6d365

Browse files
committed
try o1
Signed-off-by: dchigarev <[email protected]>
1 parent 6163213 commit 0a6d365

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_O0)
333+
intel.optimize_module(llvm_mod, llvm.OPTIMIZE_O1)
334334
intel.post_process_llir(llvm_mod)
335335

336336
# Get some metadata

0 commit comments

Comments
 (0)