forked from OSchip/llvm-project
AMDGPU/SI: Fix typos in d16 support patch the buffer intrinsics.
llvm-svn: 322906
This commit is contained in:
parent
7897a789e7
commit
ba6240cc71
|
@ -1782,10 +1782,10 @@ class MUBUF_Real_gfx80 <bits<7> op, MUBUF_Pseudo ps> :
|
|||
}
|
||||
|
||||
multiclass MUBUF_Real_AllAddr_gfx80<bits<7> op> {
|
||||
def _OFFSET_vi : MUBUF_Real_gfx80 <op, !cast<MUBUF_Pseudo>(NAME#"_OFFSET")>;
|
||||
def _OFFEN_vi : MUBUF_Real_gfx80 <op, !cast<MUBUF_Pseudo>(NAME#"_OFFEN")>;
|
||||
def _IDXEN_vi : MUBUF_Real_gfx80 <op, !cast<MUBUF_Pseudo>(NAME#"_IDXEN")>;
|
||||
def _BOTHEN_vi : MUBUF_Real_gfx80 <op, !cast<MUBUF_Pseudo>(NAME#"_BOTHEN")>;
|
||||
def _OFFSET_gfx80 : MUBUF_Real_gfx80 <op, !cast<MUBUF_Pseudo>(NAME#"_OFFSET")>;
|
||||
def _OFFEN_gfx80 : MUBUF_Real_gfx80 <op, !cast<MUBUF_Pseudo>(NAME#"_OFFEN")>;
|
||||
def _IDXEN_gfx80 : MUBUF_Real_gfx80 <op, !cast<MUBUF_Pseudo>(NAME#"_IDXEN")>;
|
||||
def _BOTHEN_gfx80 : MUBUF_Real_gfx80 <op, !cast<MUBUF_Pseudo>(NAME#"_BOTHEN")>;
|
||||
}
|
||||
|
||||
multiclass MUBUF_Real_Atomic_vi<bits<7> op> :
|
||||
|
|
Loading…
Reference in New Issue