mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
[PowerPC] fix assertion failure due to missing instruction in P9InstrResources.td
This patch adds L(W|H|B)ZXTLS_32 instructions introduced by https://reviews.llvm.org/rL327635 in P9InstrResources.td. llvm-svn: 329299
This commit is contained in:
parent
06f8192e10
commit
f24a559d09
@ -736,13 +736,13 @@ def : InstRW<[P9_LS_4C, IP_AGEN_1C, DISP_1C, DISP_1C],
|
||||
(instregex "ICBI(EP)?$"),
|
||||
(instregex "ICBT(LS)?$"),
|
||||
(instregex "LBARX(L)?$"),
|
||||
(instregex "LBZ(CIX|8|X|X8|XTLS)?$"),
|
||||
(instregex "LBZ(CIX|8|X|X8|XTLS|XTLS_32)?$"),
|
||||
(instregex "LD(ARX|ARXL|BRX|CIX|X|XTLS)?$"),
|
||||
(instregex "LH(A|B)RX(L)?(8)?$"),
|
||||
(instregex "LHZ(8|CIX|X|X8|XTLS)?$"),
|
||||
(instregex "LHZ(8|CIX|X|X8|XTLS|XTLS_32)?$"),
|
||||
(instregex "LWARX(L)?$"),
|
||||
(instregex "LWBRX(8)?$"),
|
||||
(instregex "LWZ(8|CIX|X|X8|XTLS)?$"),
|
||||
(instregex "LWZ(8|CIX|X|X8|XTLS|XTLS_32)?$"),
|
||||
CP_ABORT,
|
||||
DARN,
|
||||
EnforceIEIO,
|
||||
|
Loading…
Reference in New Issue
Block a user