[PATCH] D55305: [RISCV, WIP] Add initial lowering of global TLS addresses

James Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 4 19:11:43 PST 2018


jrtc27 requested changes to this revision.
jrtc27 added a comment.
This revision now requires changes to proceed.

I'd rather see all the local-exec support moved into D55306 <https://reviews.llvm.org/D55306>; I don't think it makes much sense to add things here that don't yet work. Alternatively, to avoid lines that are then going to be modified again in D55306 <https://reviews.llvm.org/D55306>, you could merge the two? There aren't many extra changes in D55306 <https://reviews.llvm.org/D55306>.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55305/new/

https://reviews.llvm.org/D55305





More information about the llvm-commits mailing list