[PATCH] D55305: [RISCV, WIP] Add initial lowering of global TLS addresses
Alex Bradbury via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 5 02:13:39 PST 2018
asb added a subscriber: luismarques.
asb added a comment.
Thanks for sharing this patch series Lewis. As it happens @luismarques has been finishing off his own implementation of TLS support which this unfortunately clashes with. The upside is that we're in a good position to review this work!
Could you please refactor the patches so that MC layer changes occur separately to codegen. e.g. having one patch that adds the MC layer changes for for TLS and a second which adds the codegen changes.
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