Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed Dec 19, 2023
1 parent 18efdb4 commit cae085c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions clambcc/clambc-compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,8 @@ def createInputSourceFile(clangLLVM: ClangLLVM, name: str, args: list, options:
OPTIMIZE_OPTIONS.append("-opaque-pointers=0")

OPTIMIZE_PASSES = ["function(mem2reg)"
, 'verify'
, 'clambc-remove-undefs' #TODO: MAY NOT BE NEEDED
, 'verify'
, 'clambc-preserve-abis'
, 'verify'
Expand Down Expand Up @@ -654,8 +656,8 @@ def createInputSourceFile(clangLLVM: ClangLLVM, name: str, args: list, options:
, 'verify'
, 'clambc-outline-endianness-calls'
, 'verify'
# , 'clambc-change-malloc-arg-size'
# , 'verify'
, 'clambc-change-malloc-arg-size' #TODO: MAY NOT BE NEEDED
, 'verify'
, 'clambc-extend-phis-to-64-bit'
, 'verify'
, 'clambc-convert-memsets-to-32Bit'
Expand Down

0 comments on commit cae085c

Please sign in to comment.