mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-27 05:30:49 +00:00
The VLDMQ/VSTMQ instructions are reprented as true Pseudo-insts now (i.e.,
no extra encoding information), so we no longer need to special case them here. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120444 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
37cc2f121d
commit
12822af16a
@ -1580,11 +1580,6 @@ ARMDEBackend::populateInstruction(const CodeGenInstruction &CGI,
|
||||
Name == "MOVr_TC")
|
||||
return false;
|
||||
|
||||
// VLDMQ/VSTMQ can be handled with the more generic VLDMD/VSTMD.
|
||||
if (Name == "VLDMQ" || Name == "VLDMQ_UPD" ||
|
||||
Name == "VSTMQ" || Name == "VSTMQ_UPD")
|
||||
return false;
|
||||
|
||||
//
|
||||
// The following special cases are for conflict resolutions.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user