[all-commits] [llvm/llvm-project] a083b2: [WebAssembly] Move GlobalTLSAddress handling to We...
Sam Clegg via All-commits
all-commits at lists.llvm.org
Fri Nov 13 14:36:13 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a083b28a31d1e1bbb2d4601dbbc6f314dea8a0e7
https://github.com/llvm/llvm-project/commit/a083b28a31d1e1bbb2d4601dbbc6f314dea8a0e7
Author: Sam Clegg <sbc at chromium.org>
Date: 2020-11-13 (Fri, 13 Nov 2020)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
Log Message:
-----------
[WebAssembly] Move GlobalTLSAddress handling to WebAssemblyISelLowering. NFC
I'm not why it was added to DAGToDAG oringally but it seems
to make sense alongside the non-TLS version: LowerGlobalAddress
Differential Revision: https://reviews.llvm.org/D91432
More information about the All-commits
mailing list