| commit | 4632e8e62574f87f5c470328027d3afacff6390e | [log] [tgz] |
|---|---|---|
| author | Manman Ren <manman.ren@gmail.com> | Fri Jan 15 20:13:28 2016 +0000 |
| committer | Manman Ren <manman.ren@gmail.com> | Fri Jan 15 20:13:28 2016 +0000 |
| tree | 897c67e6550a0c2c832ac00641927cab31a2a8fe | |
| parent | 2f9773863f7c05445ca388668a6a2c78e87a1e78 [diff] |
CXX_FAST_TLS calling convention: fix issue on AArch64. When we have a single basic block, the explicit copy-back instructions should be inserted right before the terminator. Before this fix, they were wrongly placed at the beginning of the basic block. I will commit fixes to other platforms as well. PR26136 llvm-svn: 257929