mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-23 00:20:25 +00:00
Allow patterns to refer to physical registers that belong to multiple
register classes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28323 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -110,6 +110,10 @@ public:
|
||||
}
|
||||
return FoundRC;
|
||||
}
|
||||
|
||||
/// getRegisterVTs - Find the union of all possible ValueTypes for the
|
||||
/// specified physical register.
|
||||
std::vector<unsigned char> getRegisterVTs(Record *R) const;
|
||||
|
||||
const std::vector<MVT::ValueType> &getLegalValueTypes() const {
|
||||
if (LegalValueTypes.empty()) ReadLegalValueTypes();
|
||||
|
||||
Reference in New Issue
Block a user