commit | 74b03c90995831c8aefa92b39c236565c5832ad4 | [log] [tgz] |
---|---|---|
author | Zaara Syeda <syzaara@ca.ibm.com> | Mon May 28 15:27:58 2018 +0000 |
committer | Zaara Syeda <syzaara@ca.ibm.com> | Mon May 28 15:27:58 2018 +0000 |
tree | 504d6db23559b16cac9e6401ef23b7b508557df6 | |
parent | f37b1a18727ecd8a58cccba615f5a1bbabf4f631 [diff] |
[PowerPC] Set isAsmParserOnly=1 for X-form TLS loads/stores The X-form TLS load/store instructions added for optimizing the initial-exec sequence in https://reviews.llvm.org/rL327635 fail to assemble. llvm-mc fails with the error: invalid operand for instruction. This patch adds these instructions into a block with isAsmParserOnly, similar to how ADD8TLS_ is currently handled. Differential Revision: https://reviews.llvm.org/D47382 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@333374 91177308-0d34-0410-b5e6-96231b3b80d8