https://github.com/vitalybuka created 
https://github.com/llvm/llvm-project/pull/108672

I don't have reproducers, and don't know if this
branch is even possible but it looks like a typo
in 031c40dc3c71e1e08d0c459b81fc6b54184cec58.

Before the patch:
For order "stk_begin, tls_begin, stk_end, tls_end", range [stk_end, tls_end) 
was discarded.
For order "stk_begin, tls_begin, tls_end, stk_end", range [stk_end, stk_end) 
was discarded.

After the patch:
For order "stk_begin, tls_begin, stk_end, tls_end", range [stk_end, tls_end) 
goes to tls.
For order "stk_begin, tls_begin, tls_end, stk_end", range [stk_end, stk_end) 
goes to tls.



_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to