[PATCH] D14986: Fix Thumb1 epilogue generation

A. Skrobov via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 06:23:15 PST 2015


tyomitch added inline comments.

================
Comment at: test/CodeGen/Thumb/pop-special-fixup.ll:3
@@ +2,3 @@
+
+target triple = "thumbv6m-none-none-eabi"
+
----------------
qcolombet wrote:
> Is there a chance this test could be merged with the shrink-wrapping one since it explicitly checks with shrink-wrapping enabled?
> 
> If that is the case,  change the name of the function from test to popSpecialFixup.
I will merge the two test files in the following patch, which will address v4T specifically.

Currently, they are separate because `thumb-shrink-wrapping.ll` only tests v4T, and this one only tests v6M.


http://reviews.llvm.org/D14986





More information about the llvm-commits mailing list