[PATCH] D14986: Fix Thumb1 epilogue generation
Artyom Skrobov via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 26 05:15:16 PST 2015
> This ^ does not look correct for v4t, which doesn't support changing the thumb
> bit via a pop into pc.
That's right, it isn't -- same as thumb1_return_sequence.ll is incorrect for v4T.
I have a fix for v4T locally, but perhaps we can commit this fix (for v5T, broken since last week) now, and the fix for v4T (broken since July) in a separate, follow-up commit?
The two fixes are more or less independent.
More information about the llvm-commits
mailing list