Fix LLVM error after loweriing thumb tMOVCCr_pseudo.
The physical register should not be used across the machine basic block, because the register allocator may spill or resue the register. The previous fix for test-libstlport by adding live-ins will not run correctly. This CL should address the issue. This reverts commit 95b8007d.
Loading
Please sign in to comment