Don't add memory operands to storeRegToStackSlot / loadRegFromStackSlot results,
they already have one. This fixes the himenobmtxpa miscompilation on ARM. The PostRA scheduler got confused by the double memoperand and hoisted a stack slot load above a store to the same slot. llvm-svn: 108219
Loading
Please sign in to comment