mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
LD_Fp64m should have "isRematerializable" set.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45128 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -349,7 +349,8 @@ def CMOVNP_F : FPI<0xD8, AddRegFrm, (outs RST:$op), (ins),
|
|||||||
let isLoad = 1 in {
|
let isLoad = 1 in {
|
||||||
def LD_Fp32m : FpIf32<(outs RFP32:$dst), (ins f32mem:$src), ZeroArgFP,
|
def LD_Fp32m : FpIf32<(outs RFP32:$dst), (ins f32mem:$src), ZeroArgFP,
|
||||||
[(set RFP32:$dst, (loadf32 addr:$src))]>;
|
[(set RFP32:$dst, (loadf32 addr:$src))]>;
|
||||||
def LD_Fp64m : FpIf64<(outs RFP64:$dst), (ins f64mem:$src), ZeroArgFP,
|
let isReMaterializable = 1 in
|
||||||
|
def LD_Fp64m : FpIf64<(outs RFP64:$dst), (ins f64mem:$src), ZeroArgFP,
|
||||||
[(set RFP64:$dst, (loadf64 addr:$src))]>;
|
[(set RFP64:$dst, (loadf64 addr:$src))]>;
|
||||||
def LD_Fp80m : FpI_<(outs RFP80:$dst), (ins f80mem:$src), ZeroArgFP,
|
def LD_Fp80m : FpI_<(outs RFP80:$dst), (ins f80mem:$src), ZeroArgFP,
|
||||||
[(set RFP80:$dst, (loadf80 addr:$src))]>;
|
[(set RFP80:$dst, (loadf80 addr:$src))]>;
|
||||||
|
Reference in New Issue
Block a user