| commit | 80b8f82f179a31f7fbc0f3076ebb681fdda3e504 | [log] [tgz] |
|---|---|---|
| author | Sean Fertile <sfertile@ca.ibm.com> | Fri Jun 15 19:47:11 2018 +0000 |
| committer | Sean Fertile <sfertile@ca.ibm.com> | Fri Jun 15 19:47:11 2018 +0000 |
| tree | 46c7e2c22af6e6af03054f64d976fe53a004a858 | |
| parent | 72aed5e5dc7126be84a0d90063b441b6406b73f7 [diff] |
[PPC64] Support "symbol@high" and "symbol@higha" symbol modifers. Add support for the "@high" and "@higha" symbol modifiers in powerpc64 assembly. The modifiers represent accessing the segment consiting of bits 16-31 of a 64-bit address/offset. Differential Revision: https://reviews.llvm.org/D47729 llvm-svn: 334855