Skip to content

Commit

Permalink
Add last Prefetch opcode
Browse files Browse the repository at this point in the history
Scripts that auto-generate this header file had a bug,
which has been fixed. Therefore, had to update OMROpcodes.hpp
in OMR repo.

Signed-off-by: Batyr Nuryyev <nuryyev@ualberta.ca>
  • Loading branch information
oneturkmen committed Nov 6, 2020
1 parent 3ba16ad commit 2f80287
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions compiler/il/OMROpcodes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11766,5 +11766,21 @@
TR::BadILOp, /* .booleanCompareOpCode */ \
TR::BadILOp, /* .ifCompareOpCode */ \
lbitpermute, \
) \
MACRO(\
TR::Prefetch, /* .opcode */ \
"Prefetch", /* .name */ \
ILProp1::TreeTop | ILProp1::HasSymbolRef, /* .properties1 */ \
0, /* .properties2 */ \
0, /* .properties3 */ \
0, /* .properties4 */ \
TR::NoType, /* .dataType */ \
0, /* .typeProperties */ \
ILChildProp::Unspecified, /* .childProperties */ \
TR::BadILOp, /* .swapChildrenOpCode */ \
TR::BadILOp, /* .reverseBranchOpCode */ \
TR::BadILOp, /* .booleanCompareOpCode */ \
TR::BadILOp, /* .ifCompareOpCode */ \
Prefetch, /* Prefetch */ \
)
#endif

0 comments on commit 2f80287

Please sign in to comment.