[all-commits] [llvm/llvm-project] d079fe: [X86] Fix lowering TLS under darwin large code mod...

Arthur Eubanks via All-commits all-commits at lists.llvm.org
Fri Feb 9 13:29:10 PST 2024


  Branch: refs/heads/release/18.x
  Home:   https://github.com/llvm/llvm-project
  Commit: d079fec440081f3e8e0a79dbbde2066cca077f77
      https://github.com/llvm/llvm-project/commit/d079fec440081f3e8e0a79dbbde2066cca077f77
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2024-02-09 (Fri, 09 Feb 2024)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/test/CodeGen/X86/tls-models.ll

  Log Message:
  -----------
  [X86] Fix lowering TLS under darwin large code model (#80907)

OpFlag and WrapperKind should be chosen consistently with each other in
regards to PIC, otherwise we hit asserts later on.

Broken by c04a05d8.

Fixes #80831.

(cherry picked from commit 5a83bccb35d6b0e6914b52af6db067aa01dd3efb)




More information about the All-commits mailing list