You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Different optimization levels generate different llvm-ir programs. That gives us additional testcases for testing llvm-backend. Currently we have 2 build configurations:
Debug with O1 optimization level
Release with O3 optimization level
Goal: enable O2 and O2 optimization levels.
The text was updated successfully, but these errors were encountered:
Different optimization levels generate different llvm-ir programs. That gives us additional testcases for testing llvm-backend. Currently we have 2 build configurations:
Goal: enable O2 and O2 optimization levels.
The text was updated successfully, but these errors were encountered: