Skip to content

Commit

Permalink
No pre-optimizations for enzyme
Browse files Browse the repository at this point in the history
  • Loading branch information
vimarsh6739 committed Nov 15, 2024
1 parent 08a00f8 commit e714918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enzyme/Enzyme/FunctionUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
using namespace llvm;

extern "C" {
cl::opt<bool> EnzymePreopt("enzyme-preopt", cl::init(true), cl::Hidden,
cl::opt<bool> EnzymePreopt("enzyme-preopt", cl::init(false), cl::Hidden,
cl::desc("Run enzyme preprocessing optimizations"));

cl::opt<bool> EnzymeInline("enzyme-inline", cl::init(false), cl::Hidden,
Expand Down

0 comments on commit e714918

Please sign in to comment.