commit | 689a6a2239e1592df5381db98830df90d0f756a8 | [log] [tgz] |
---|---|---|
author | Kyle Butt <kyle+llvm@iteratee.net> | Thu May 25 19:37:41 2017 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Oct 12 07:26:34 2020 -0700 |
tree | 13be7ccaa21a91db816fe364ad3f9f053019baf9 | |
parent | 820d63099120a598a237525e895ba64478d1515c [diff] |
PPC: Correct Size for GETtlsADDR PPC::GETtlsADDR is lowered to a branch and a nop, by the assembly printer. Its size was incorrectly marked as 4, correct it to 8. The incorrect size can cause incorrect branch relaxation in PPCBranchSelector under the right conditions. llvm-svn: 303904 GitOrigin-RevId: 13379d7c99f3dca3f36af36ddce6032cc11ce38a