[PATCH] D53103: Support for the mno-tls-direct-seg-refs flag

Ruslan Nikolaev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 11 13:36:19 PDT 2018


nruslan added a comment.

In https://reviews.llvm.org/D53103#1262415, @craig.topper wrote:

> In https://reviews.llvm.org/D53103#1262316, @nruslan wrote:
>
> > @craig.topper : Do you mean adding a couple of more labels (x86/x64 Linux) in tls.ll with the -fast-isel option enabled and expanding these two new test cases?
>
>
> Yeah. That should work. Ideally it will generate the same code as not fast-isel and you won't need a new filecheck prefix, but we're probably not that lucky.


@craig.topper : I extended tests in the patch. Please take a look if that is what you have meant.


https://reviews.llvm.org/D53103





More information about the llvm-commits mailing list