[llvm-branch-commits] [llvm] PR for llvm/llvm-project#80831 (PR #81126)

2024-02-09 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/81126 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#80831 (PR #81126)

2024-02-09 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/81126 >From d079fec440081f3e8e0a79dbbde2066cca077f77 Mon Sep 17 00:00:00 2001 From: Arthur Eubanks Date: Wed, 7 Feb 2024 10:16:36 -0700 Subject: [PATCH] [X86] Fix lowering TLS under darwin large code model (#80907) Op

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#80831 (PR #81126)

2024-02-08 Thread Fangrui Song via llvm-branch-commits
https://github.com/MaskRay approved this pull request. https://github.com/llvm/llvm-project/pull/81126 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#80831 (PR #81126)

2024-02-08 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-x86 Author: None (llvmbot) Changes resolves llvm/llvm-project#80831 --- Full diff: https://github.com/llvm/llvm-project/pull/81126.diff 2 Files Affected: - (modified) llvm/lib/Target/X86/X86ISelLowering.cpp (+6-4) - (modified) llvm/test/Code

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#80831 (PR #81126)

2024-02-08 Thread via llvm-branch-commits
llvmbot wrote: @rnk What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/81126 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/l

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#80831 (PR #81126)

2024-02-08 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/81126 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#80831 (PR #81126)

2024-02-08 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/81126 resolves llvm/llvm-project#80831 >From 7323088506278282c1023186629488fa2890280e Mon Sep 17 00:00:00 2001 From: Arthur Eubanks Date: Wed, 7 Feb 2024 10:16:36 -0700 Subject: [PATCH] [X86] Fix lowering TLS under da