Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
GBE: disable addzero optimization
Browse files Browse the repository at this point in the history
seems this cause bug(#7)

Signed-off-by: Ruiling Song <ruiling.song@intel.com>
  • Loading branch information
ruiling-song authored and guoyejun committed Aug 1, 2019
1 parent fc5f430 commit c5b6f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/backend/gen_insn_selection_optimize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ namespace gbe
if (insn.opcode == SEL_OP_MOV)
addToReplaceInfoMap(insn);

doZeroAddedOptimization(insn);
//doZeroAddedOptimization(insn);
}
cleanReplaceInfoMap();
}
Expand Down

0 comments on commit c5b6f52

Please sign in to comment.