forked from OSchip/llvm-project
parent
4bb85f90fd
commit
0b865d445e
|
@ -3390,4 +3390,3 @@ def : Pat<(i32 (load FoldGlobalAddrGP:$addr)),
|
|||
def : Pat<(atomic_load_32 FoldGlobalAddrGP:$addr),
|
||||
(i32 (LDriw_abs_V4 FoldGlobalAddrGP:$addr))>,
|
||||
Requires<[HasV4T]>;
|
||||
|
||||
|
|
|
@ -1869,4 +1869,3 @@ let neverHasSideEffects = 1, isNotDuplicable = 1 in
|
|||
def CONSTPOOL_ENTRY :
|
||||
MipsPseudo16<(outs), (ins cpinst_operand:$instid, cpinst_operand:$cpidx,
|
||||
i32imm:$size), "foo", []>;
|
||||
|
||||
|
|
Loading…
Reference in New Issue