[llvm-branch-commits] [llvm] [SelectionDAG] Fix bug related to demanded bits/elts for BITCAST (PR #145902)

2025-06-26 Thread Simon Pilgrim via llvm-branch-commits
@@ -720,18 +720,17 @@ SDValue TargetLowering::SimplifyMultipleUseDemandedBits( unsigned Scale = NumDstEltBits / NumSrcEltBits; unsigned NumSrcElts = SrcVT.getVectorNumElements(); APInt DemandedSrcBits = APInt::getZero(NumSrcEltBits); - APInt DemandedSrcEl

[llvm-branch-commits] [llvm] AMDGPU/GlobalISel: Add waterfall lowering in regbanklegalize (PR #145912)

2025-06-26 Thread Petar Avramovic via llvm-branch-commits
petar-avramovic wrote: sorry about the noise, graphite was refusing to submit stack. This is latest version of the patches https://github.com/llvm/llvm-project/pull/145912 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https:/

[llvm-branch-commits] [clang] 65a93a8 - Revert "[clang][python][test] Move python binding tests to lit framework (#14…"

2025-06-26 Thread via llvm-branch-commits
Author: dyung Date: 2025-06-26T15:01:08-04:00 New Revision: 65a93a8fd6113c74e7f8d868717f5c33dba40096 URL: https://github.com/llvm/llvm-project/commit/65a93a8fd6113c74e7f8d868717f5c33dba40096 DIFF: https://github.com/llvm/llvm-project/commit/65a93a8fd6113c74e7f8d868717f5c33dba40096.diff LOG: Re

[llvm-branch-commits] [llvm] 030f3fe - Revert "[llvm][EmbedBitcodePass] Prevent modifying the module with ThinLTO (#…"

2025-06-26 Thread via llvm-branch-commits
Author: Paul Kirth Date: 2025-06-26T16:04:39-07:00 New Revision: 030f3fe713fd8b264c6b3547832d480900840738 URL: https://github.com/llvm/llvm-project/commit/030f3fe713fd8b264c6b3547832d480900840738 DIFF: https://github.com/llvm/llvm-project/commit/030f3fe713fd8b264c6b3547832d480900840738.diff LO

[llvm-branch-commits] Add flag fallow-runtime-check-skip-hot-cutoff (PR #145999)

2025-06-26 Thread Florian Mayer via llvm-branch-commits
https://github.com/fmayer created https://github.com/llvm/llvm-project/pull/145999 None ___ 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] [clang] Add flag fallow-runtime-check-skip-hot-cutoff (PR #145999)

2025-06-26 Thread Florian Mayer via llvm-branch-commits
https://github.com/fmayer edited https://github.com/llvm/llvm-project/pull/145999 ___ 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] [clang] Add flag fallow-runtime-check-skip-hot-cutoff (PR #145999)

2025-06-26 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang-codegen Author: Florian Mayer (fmayer) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/145999.diff 7 Files Affected: - (modified) clang/include/clang/Basic/CodeGenOptions.h (+2) - (modified) clang/include/clang/Driver/Options

[llvm-branch-commits] [clang] Add flag fallow-runtime-check-skip-hot-cutoff (PR #145999)

2025-06-26 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang-driver Author: Florian Mayer (fmayer) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/145999.diff 7 Files Affected: - (modified) clang/include/clang/Basic/CodeGenOptions.h (+2) - (modified) clang/include/clang/Driver/Options.

[llvm-branch-commits] [clang] [clang] Add flag fallow-runtime-check-skip-hot-cutoff (PR #145999)

2025-06-26 Thread Florian Mayer via llvm-branch-commits
https://github.com/fmayer updated https://github.com/llvm/llvm-project/pull/145999 >From 6b21e00652860816ac3d7d8969fd34325661df06 Mon Sep 17 00:00:00 2001 From: Florian Mayer Date: Thu, 26 Jun 2025 18:03:10 -0700 Subject: [PATCH] more testr Created using spr 1.3.4 --- clang/test/CodeGen/fallo

<    1   2