Skip to content

Commit

Permalink
[IGC vISA] Fix the issue that "CachelineAligned" option is missed fr…
Browse files Browse the repository at this point in the history
…om the instructions in G4 dump

Fix the issue that "CachelineAligned" option is missed from the instructions in G4 dump
  • Loading branch information
fangliu2020 authored and igcbot committed Sep 21, 2023
1 parent 9d1595f commit 3c0d1ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions visa/G4_IR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ static const G4_InstOptInfo InstOptInfo[] = {
{InstOpt_NoSrcDepSet, "NoSrcDepSet"},
{InstOpt_NoPreempt, "NoPreempt"},
{InstOpt_Serialize, "Serialize"},
{InstOpt_CachelineAligned, "CachelineAligned"},
{InstOpt_END, "END"}};

#define HANDLE_INST(op, nsrc, ndst, type, plat, attr) \
Expand Down

0 comments on commit 3c0d1ee

Please sign in to comment.