mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
PPC FMR instruction does not have side effects
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178970 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9a9e73b47d
commit
fa1cac2a1e
@ -1201,6 +1201,7 @@ let Uses = [RM] in {
|
||||
/// often coalesced away and we don't want the dispatch group builder to think
|
||||
/// that they will fill slots (which could cause the load of a LSU reject to
|
||||
/// sneak into a d-group with a store).
|
||||
let neverHasSideEffects = 1 in
|
||||
def FMR : XForm_26<63, 72, (outs F4RC:$frD), (ins F4RC:$frB),
|
||||
"fmr $frD, $frB", FPGeneral,
|
||||
[]>, // (set f32:$frD, f32:$frB)
|
||||
|
Loading…
x
Reference in New Issue
Block a user