mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Fix preload instruction isel. Only v7 supports pli, and only v7 with mp extension supports pldw. Add subtarget attribute to denote mp extension support and legalize illegal ones to nothing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118160 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -90,6 +90,7 @@ def IIC_iStore_d_r : InstrItinClass;
|
||||
def IIC_iStore_d_ru : InstrItinClass;
|
||||
def IIC_iStore_m : InstrItinClass<0>; // micro-coded
|
||||
def IIC_iStore_mu : InstrItinClass<0>; // micro-coded
|
||||
def IIC_Preload : InstrItinClass;
|
||||
def IIC_Br : InstrItinClass;
|
||||
def IIC_fpSTAT : InstrItinClass;
|
||||
def IIC_fpUNA32 : InstrItinClass;
|
||||
|
Reference in New Issue
Block a user