mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-27 12:26:08 +00:00
ARM RSCS* don't need explicit TableGen decoder checks.
They've been pseudos for a while now, so the decoder will never see them in the first place. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134101 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1592,10 +1592,6 @@ ARMDEBackend::populateInstruction(const CodeGenInstruction &CGI,
|
|||||||
// The following special cases are for conflict resolutions.
|
// The following special cases are for conflict resolutions.
|
||||||
//
|
//
|
||||||
|
|
||||||
// RSCSri and RSCSrs set the 's' bit, but are not predicated. We are
|
|
||||||
// better off using the generic RSCri and RSCrs instructions.
|
|
||||||
if (Name == "RSCSri" || Name == "RSCSrs") return false;
|
|
||||||
|
|
||||||
// A8-598: VEXT
|
// A8-598: VEXT
|
||||||
// Vector Extract extracts elements from the bottom end of the second
|
// Vector Extract extracts elements from the bottom end of the second
|
||||||
// operand vector and the top end of the first, concatenates them and
|
// operand vector and the top end of the first, concatenates them and
|
||||||
|
Reference in New Issue
Block a user