[all-commits] [llvm/llvm-project] 413214: [lldb] Expose QueueThreadPlanForStepSingleInstruct...

Iris Shi via All-commits all-commits at lists.llvm.org
Thu May 8 08:41:11 PDT 2025


  Branch: refs/heads/users/el-ev/cleanup-c-fn-noproto
  Home:   https://github.com/llvm/llvm-project
  Commit: 41321416815d74a4a7fd15c78fcfa5af457625bb
      https://github.com/llvm/llvm-project/commit/41321416815d74a4a7fd15c78fcfa5af457625bb
  Author: Ely Ronnen <elyronnen at gmail.com>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M lldb/include/lldb/API/SBThreadPlan.h
    M lldb/source/API/SBThreadPlan.cpp
    M lldb/test/API/functionalities/step_scripted/Steps.py
    M lldb/test/API/functionalities/step_scripted/TestStepScripted.py
    M lldb/test/API/functionalities/step_scripted/main.c

  Log Message:
  -----------
  [lldb] Expose QueueThreadPlanForStepSingleInstruction function to SBThreadPlan (#137904)

Expose `QueueThreadPlanForStepSingleInstruction` function to
SBThreadPlan


  Commit: 60d0bc1faeacb8be8ef38457bce0a4f0674bc575
      https://github.com/llvm/llvm-project/commit/60d0bc1faeacb8be8ef38457bce0a4f0674bc575
  Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp
    A llvm/test/Transforms/CodeGenPrepare/X86/split-dbg.ll

  Log Message:
  -----------
  Propagate DebugLocs on phis in BreakCriticalEdges (#133492)

The pull request discusses whether this change is needed or not. We leant
towards "it can't hurt" on the basis that it's at worst slightly unecessary
(but not incorret).

The motivation for the patch came from reviewing code duplication sites to
update for Key Instructions, finding this, trying to generate a test case and
seeing the DebugLocs aren't propagated.


  Commit: 1d3f8f4871a1d46312902307f657f7a239cfa815
      https://github.com/llvm/llvm-project/commit/1d3f8f4871a1d46312902307f657f7a239cfa815
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M utils/bazel/llvm-project-overlay/llvm/BUILD.bazel

  Log Message:
  -----------
  [bazel] Port 92cc31b0f7737408dffd38c2384dff825abb8e3a for Lanai


  Commit: 5b290588b52c3adbe9bde7d22ed5ae13d299f88e
      https://github.com/llvm/llvm-project/commit/5b290588b52c3adbe9bde7d22ed5ae13d299f88e
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M llvm/lib/Frontend/OpenMP/OMP.cpp

  Log Message:
  -----------
  [LLVM][OpenMP] Add older versions to llvm::omp::getOpenMPVersions (#138967)

Add 3.1 and 4.0 as versions. This will make flang's default OpenMP
version (3.1) be included in the list.


  Commit: 382a085a95b0abeac77b150b7b644b372bd08e78
      https://github.com/llvm/llvm-project/commit/382a085a95b0abeac77b150b7b644b372bd08e78
  Author: pvanhout <pierre.vanhoutryve at amd.com>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M llvm/test/CodeGen/AMDGPU/mfma-loop.ll

  Log Message:
  -----------
  [AMDGPU] Regenerate mfma-loop.ll test

#125885 did not update the test.


  Commit: 8fa3b52ac46cf71e13cc687c77a1a61662675f93
      https://github.com/llvm/llvm-project/commit/8fa3b52ac46cf71e13cc687c77a1a61662675f93
  Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp
    A llvm/test/DebugInfo/KeyInstructions/X86/cgp-break-critical-edge.ll
    A llvm/test/DebugInfo/KeyInstructions/X86/lit.local.cfg

  Log Message:
  -----------
  [KeyInstr] Remap cloned PHIs in BreakCriticalEdges (#133493)

RFC: https://discourse.llvm.org/t/rfc-improving-is-stmt-placement-for-better-interactive-debugging/82668


  Commit: e9df48e8a49cbfc82c71c8951a85e11b0cd0102a
      https://github.com/llvm/llvm-project/commit/e9df48e8a49cbfc82c71c8951a85e11b0cd0102a
  Author: pvanhout <pierre.vanhoutryve at amd.com>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp
    R llvm/test/CodeGen/AMDGPU/GlobalISel/inline-asm-lowering-diags.ll

  Log Message:
  -----------
  Revert "(reland) [GlobalISel] Diagnose inline assembly constraint lowering errors (#139049)"

This reverts commit 534d221b63bb52f64e1f3ad3c40cfb87323d28ec.


  Commit: d2fe8896766800a97462599fc7fb557c8d424fa4
      https://github.com/llvm/llvm-project/commit/d2fe8896766800a97462599fc7fb557c8d424fa4
  Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M llvm/lib/IR/BasicBlock.cpp
    M llvm/unittests/IR/BasicBlockDbgInfoTest.cpp

  Log Message:
  -----------
  [KeyInstr] Don't propagate source atoms to new uncond br in splitBasicBlock (#139070)

splitBasicBlock inserts an unconditional branch in the "before" block to
the "after" block. It copies the DebugLoc from the split point. Prevent
it copying the source location atom.

Add unittest.

RFC:
https://discourse.llvm.org/t/rfc-improving-is-stmt-placement-for-better-interactive-debugging/82668


  Commit: da8d60fbfe4582edd415c8150832a84517f3713b
      https://github.com/llvm/llvm-project/commit/da8d60fbfe4582edd415c8150832a84517f3713b
  Author: Cullen Rhodes <cullen.rhodes at arm.com>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M llvm/docs/UndefinedBehavior.rst

  Log Message:
  -----------
  [docs][nfc] Fix code-formatting in UB docs (#139079)


  Commit: 6b37eeed9fe7918f28c6c2fa14788818143c1f80
      https://github.com/llvm/llvm-project/commit/6b37eeed9fe7918f28c6c2fa14788818143c1f80
  Author: Nico Weber <thakis at chromium.org>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M llvm/utils/gn/secondary/llvm/lib/Target/Lanai/BUILD.gn

  Log Message:
  -----------
  [gn] port Lanai bits of 92cc31b0f773740 (-gen-sd-node-info)

(The GN port does not yet support the ARC and CSKY targets.)


  Commit: be6c6e2f902c71f267f91852e3391a5301f949ac
      https://github.com/llvm/llvm-project/commit/be6c6e2f902c71f267f91852e3391a5301f949ac
  Author: Brox Chen <guochen2 at amd.com>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M llvm/test/MC/Disassembler/AMDGPU/bf16_imm.txt
    M llvm/test/MC/Disassembler/AMDGPU/gfx1150_dasm_features.txt
    M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vinterp.txt
    M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vop2.txt
    M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vop2.txt
    M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop2.txt

  Log Message:
  -----------
  [AMDGPU][True16][MC] run update script on a few disasm tests (#138988)

This is a NFC patch.

Added -mattr=-real-true16 on a few disasm tests and run update script.
This is preparing for the +real-true16 change


  Commit: 30f7a6cc42856d2028bfd00321ddb1428e0c46aa
      https://github.com/llvm/llvm-project/commit/30f7a6cc42856d2028bfd00321ddb1428e0c46aa
  Author: Asher Mancinelli <ashermancinelli at gmail.com>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M flang/include/flang/Optimizer/Builder/Runtime/RTBuilder.h
    M flang/lib/Lower/Allocatable.cpp
    M flang/lib/Lower/ConvertExprToHLFIR.cpp
    M flang/lib/Optimizer/HLFIR/IR/HLFIROps.cpp
    M flang/test/Lower/allocatable-polymorphic.f90
    M flang/test/Lower/allocate-source-allocatables-2.f90
    M flang/test/Lower/allocate-source-allocatables.f90
    M flang/test/Lower/allocate-source-pointers.f90
    A flang/test/Lower/volatile-allocatable.f90

  Log Message:
  -----------
  [flang] Correctly prepare allocatable runtime call arguments (#138727)

When lowering allocatables, the generated calls to runtime functions
were not using the runtime::createArguments utility which handles the
required conversions. createArguments is where I added the implicit
volatile casts to handle converting volatile variables to the
appropriate type based on their volatility in the callee. Because the
calls to allocatable runtime functions were not using this function,
their arguments were not casted to have the appropriate volatility.

Add a test to demonstrate that volatile and allocatable
class/box/reference types are appropriately casted before calling into
the runtime library.

Instead of using a recursive variadic template to perform the
conversions in createArguments, map over the arguments directly so that
createArguments can be called with an ArrayRef of arguments. Some cases
in Allocatable.cpp already had a vector of values at the point where
createArguments needed to be called - the new overload allows calling
with a vector of args or the variadic version with each argument spelled
out at the callsite.

This change resulted in the allocatable runtime calls having their
arguments converted left-to-right, which changed some of the test
results. I used CHECK-DAG to ignore the order.

Add some missing handling of volatile class entities, which I previously
missed because I had not yet enabled volatile class entities in Lower.


  Commit: 7548cec16f54d3abf2c1387d743372f589ce290f
      https://github.com/llvm/llvm-project/commit/7548cec16f54d3abf2c1387d743372f589ce290f
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M CONTRIBUTING.md
    M bolt/Maintainers.txt
    M clang-tools-extra/Maintainers.txt
    M clang/Maintainers.rst
    M clang/www/menu.html.incl
    M flang-rt/CODE_OWNERS.TXT
    M libcxx/utils/ci/BOT_OWNERS.txt
    M llvm/CREDITS.TXT
    M llvm/docs/CodeOfConduct.rst
    M llvm/docs/DiscourseMigrationGuide.md

  Log Message:
  -----------
  [www][docs] Remove last mentions of IRC (#139076)

It's the end of an era. The IRC channel was previously where the
community gathered to discuss technical topics but is now a ghost town
where the primary activity is moderators (me) kickbanning the same
individual dozens of times a day for CoC violations and the secondary
activity is telling the occasional person to come to Discord for help.
The number of people engaging on IRC for the community's intended
purposes seems to be roughly one person a month.

So this removes all remaining mentions of IRC from our documentation so
that it no longer appears to be an "official" channel for communicating
with the community. It also removes IRC handles from the various
maintainers lists, since those would stand out as confusing
anachronisms.

The IRC channel topic already recommends people come to the Discord
server. There is no way to "shut down" an IRC channel such that it no
longer exists, so the channel will continue to exist on OFTC, but will
be unmoderated.

(This was previously discussed in https://discourse.llvm.org/c/llvm/5
but some mentions persisted.)


  Commit: 6e654caabedebeaca599fcc2242a668db51fa9c8
      https://github.com/llvm/llvm-project/commit/6e654caabedebeaca599fcc2242a668db51fa9c8
  Author: Philip Reames <preames at rivosinc.com>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/SelectionDAG.h
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp

  Log Message:
  -----------
  [DAG] Add wrappers for insert and extract sub-vector [nfc] (#137230)

Mechanical change to introduce the new wrappers, and add enough users to
make the usage pattern clear. Once this lands, I'm going to do a further
pass to adjust more callsites as separate changes.

---------

Co-authored-by: Luke Lau <luke_lau at icloud.com>


  Commit: 7eafa5bdb78f371f3173d31df4479c8f7f23d8aa
      https://github.com/llvm/llvm-project/commit/7eafa5bdb78f371f3173d31df4479c8f7f23d8aa
  Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M llvm/lib/IR/BasicBlock.cpp

  Log Message:
  -----------
  [KeyInstr] Fix #139070 for empty DebugLocs


  Commit: b5674cb7be1b010be181883601a3674ceef38683
      https://github.com/llvm/llvm-project/commit/b5674cb7be1b010be181883601a3674ceef38683
  Author: Zax <44502668+hapeeeeee at users.noreply.github.com>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M lldb/include/lldb/Core/SourceManager.h
    M lldb/source/Commands/CommandObjectSource.cpp
    M lldb/source/Core/SourceManager.cpp
    A lldb/test/Shell/Commands/command-list-reach-beginning-of-file.test
    A lldb/test/Shell/Commands/command-list-reach-end-of-file.test

  Log Message:
  -----------
  [lldb] print a notice when `source list` paging reaches the end of th… (#137515)


  Commit: 5f9fd475a03363db6da069b6ded1c503833a695c
      https://github.com/llvm/llvm-project/commit/5f9fd475a03363db6da069b6ded1c503833a695c
  Author: Mikhail Goncharov <goncharov.mikhail at gmail.com>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M mlir/lib/Dialect/Affine/IR/AffineOps.cpp
    M mlir/test/Dialect/Affine/raise-memref.mlir

  Log Message:
  -----------
  [mlir][affine] allow iter args as valid dims (#139069)

that is effectivevely a revert of
7aabf47522625e227433cc9603e0b6858c5dd66d for
mlir/lib/Dialect/Affine/IR/AffineOps.cpp

there are situations when iter args can be used as a dims. For example
in

https://github.com/google/heir/blob/main/lib/Dialect/Polynomial/Conversions/PolynomialToModArith/PolynomialToModArith.cpp#L1036

rootExp and batchSize are iter args that are being used as dims and from
the point of internal loops
they are fixed.


  Commit: 3ed158fab432fd92b9d3d1386477ae12fa493132
      https://github.com/llvm/llvm-project/commit/3ed158fab432fd92b9d3d1386477ae12fa493132
  Author: Tom Eccles <tom.eccles at arm.com>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M flang/docs/OpenMPSupport.md

  Log Message:
  -----------
  [flang][docs][OpenMP] array sections with DEPEND are supported (#139081)

This was added in
- https://github.com/llvm/llvm-project/pull/132230
- https://github.com/llvm/llvm-project/pull/132994
- https://github.com/llvm/llvm-project/pull/133892


  Commit: eb5280938bf282053e1b3d281d45b522f1cdcc2e
      https://github.com/llvm/llvm-project/commit/eb5280938bf282053e1b3d281d45b522f1cdcc2e
  Author: Alex MacLean <amaclean at nvidia.com>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M llvm/lib/IR/AutoUpgrade.cpp
    M llvm/test/Assembler/auto_upgrade_nvvm_intrinsics.ll

  Log Message:
  -----------
  [NVPTX] Fixup AutoUpgrade of llvm.nvvm.atomic.load.{inc,dec}.32 (#138907)

The previous implementation failed to account for the fact that these
intrinsics have an overloaded pointer type. This version handles the
pointer type and adds tests for llvm.nvvm.atomic.load.add.{f32,f64}.


  Commit: 78e573499eb3bc0200db462c356a6523e6ba8000
      https://github.com/llvm/llvm-project/commit/78e573499eb3bc0200db462c356a6523e6ba8000
  Author: Philip Reames <preames at rivosinc.com>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicInst.h

  Log Message:
  -----------
  [IR] Remove MemSetPatternIntrinsic class [nfc] (#138888)

This class appears to serve no purpose. It looks to be modeled after the
MemIntrinsic/MemTransferInst family of classes, but right now, we only
have a single intrinsic in this "family".


  Commit: bbafa5214e8d5d5daf7cf428780500b13a7d6cbb
      https://github.com/llvm/llvm-project/commit/bbafa5214e8d5d5daf7cf428780500b13a7d6cbb
  Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M lldb/source/Plugins/ObjectFile/Minidump/MinidumpFileBuilder.cpp

  Log Message:
  -----------
  [lldb] Fix asan failure in MinidumpFileBuilder

As per comment in https://github.com/llvm/llvm-project/pull/138698#issuecomment-2860369432


  Commit: cb0b9614f8ca7ffcd5f091b1c9990adfd6cb7e33
      https://github.com/llvm/llvm-project/commit/cb0b9614f8ca7ffcd5f091b1c9990adfd6cb7e33
  Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M lldb/test/API/functionalities/step_scripted/TestStepScripted.py

  Log Message:
  -----------
  [lldb] Disable test using GetControlFlowKind on arm

This is only implemented for x86.
Originally introduced in: https://github.com/llvm/llvm-project/pull/137904


  Commit: 55517f5f4495968d01100aa00d63db7842842270
      https://github.com/llvm/llvm-project/commit/55517f5f4495968d01100aa00d63db7842842270
  Author: Finn Plummer <canadienfinn at gmail.com>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M clang/include/clang/Lex/HLSLRootSignatureTokenKinds.def
    M clang/include/clang/Parse/ParseHLSLRootSignature.h
    M clang/lib/Parse/ParseHLSLRootSignature.cpp
    M clang/unittests/Lex/LexHLSLRootSignatureTest.cpp
    M clang/unittests/Parse/ParseHLSLRootSignatureTest.cpp
    M llvm/include/llvm/Frontend/HLSL/HLSLRootSignature.h

  Log Message:
  -----------
  [HLSL][RootSignature] Add parsing for empty RootConstants (#137999)

- defines the empty RootConstants in-memory struct
- adds test harness for testing it

- adds missing parameter keywords to the lexer (`RootConstants`,
`num32BitConstants`)

First part of implementing:
https://github.com/llvm/llvm-project/issues/126576


  Commit: 9c4c2426d5f3cf5128d544482c939f56c1f2911d
      https://github.com/llvm/llvm-project/commit/9c4c2426d5f3cf5128d544482c939f56c1f2911d
  Author: Teresa Johnson <tejohnson at google.com>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M llvm/lib/Analysis/MemoryProfileInfo.cpp
    M llvm/unittests/Analysis/MemoryProfileInfoTest.cpp

  Log Message:
  -----------
  [MemProf] Fix bug introduced by restructuring in optional handling (#139092)

The restructuring of the context pruning patch in PR138792
(764614e6355e214c6b64c715d105007b1a4b97fd) introduced a bug under the
non-default -memprof-keep-all-not-cold-contexts handling.

Added more testing of this mode which would have caught the issue.

While here, fix the newly added function name to match code style.


  Commit: 8b2ac559506f961155d579d9364dd5b8975fdb8b
      https://github.com/llvm/llvm-project/commit/8b2ac559506f961155d579d9364dd5b8975fdb8b
  Author: Iris Shi <0.0 at owo.li>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M CONTRIBUTING.md
    M bolt/Maintainers.txt
    M clang-tools-extra/Maintainers.txt
    M clang/Maintainers.rst
    M clang/include/clang/Lex/HLSLRootSignatureTokenKinds.def
    M clang/include/clang/Parse/ParseHLSLRootSignature.h
    M clang/lib/Parse/ParseHLSLRootSignature.cpp
    M clang/unittests/Lex/LexHLSLRootSignatureTest.cpp
    M clang/unittests/Parse/ParseHLSLRootSignatureTest.cpp
    M clang/www/menu.html.incl
    M flang-rt/CODE_OWNERS.TXT
    M flang/docs/OpenMPSupport.md
    M flang/include/flang/Optimizer/Builder/Runtime/RTBuilder.h
    M flang/lib/Lower/Allocatable.cpp
    M flang/lib/Lower/ConvertExprToHLFIR.cpp
    M flang/lib/Optimizer/HLFIR/IR/HLFIROps.cpp
    M flang/test/Lower/allocatable-polymorphic.f90
    M flang/test/Lower/allocate-source-allocatables-2.f90
    M flang/test/Lower/allocate-source-allocatables.f90
    M flang/test/Lower/allocate-source-pointers.f90
    A flang/test/Lower/volatile-allocatable.f90
    M libcxx/utils/ci/BOT_OWNERS.txt
    M lldb/include/lldb/API/SBThreadPlan.h
    M lldb/include/lldb/Core/SourceManager.h
    M lldb/source/API/SBThreadPlan.cpp
    M lldb/source/Commands/CommandObjectSource.cpp
    M lldb/source/Core/SourceManager.cpp
    M lldb/source/Plugins/ObjectFile/Minidump/MinidumpFileBuilder.cpp
    M lldb/test/API/functionalities/step_scripted/Steps.py
    M lldb/test/API/functionalities/step_scripted/TestStepScripted.py
    M lldb/test/API/functionalities/step_scripted/main.c
    A lldb/test/Shell/Commands/command-list-reach-beginning-of-file.test
    A lldb/test/Shell/Commands/command-list-reach-end-of-file.test
    M llvm/CREDITS.TXT
    M llvm/docs/CodeOfConduct.rst
    M llvm/docs/DiscourseMigrationGuide.md
    M llvm/docs/UndefinedBehavior.rst
    M llvm/include/llvm/CodeGen/SelectionDAG.h
    M llvm/include/llvm/Frontend/HLSL/HLSLRootSignature.h
    M llvm/include/llvm/IR/IntrinsicInst.h
    M llvm/lib/Analysis/MemoryProfileInfo.cpp
    M llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    M llvm/lib/Frontend/OpenMP/OMP.cpp
    M llvm/lib/IR/AutoUpgrade.cpp
    M llvm/lib/IR/BasicBlock.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp
    M llvm/test/Assembler/auto_upgrade_nvvm_intrinsics.ll
    R llvm/test/CodeGen/AMDGPU/GlobalISel/inline-asm-lowering-diags.ll
    M llvm/test/CodeGen/AMDGPU/mfma-loop.ll
    A llvm/test/DebugInfo/KeyInstructions/X86/cgp-break-critical-edge.ll
    A llvm/test/DebugInfo/KeyInstructions/X86/lit.local.cfg
    M llvm/test/MC/Disassembler/AMDGPU/bf16_imm.txt
    M llvm/test/MC/Disassembler/AMDGPU/gfx1150_dasm_features.txt
    M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vinterp.txt
    M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vop2.txt
    M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vop2.txt
    M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop2.txt
    A llvm/test/Transforms/CodeGenPrepare/X86/split-dbg.ll
    M llvm/unittests/Analysis/MemoryProfileInfoTest.cpp
    M llvm/unittests/IR/BasicBlockDbgInfoTest.cpp
    M llvm/utils/gn/secondary/llvm/lib/Target/Lanai/BUILD.gn
    M mlir/lib/Dialect/Affine/IR/AffineOps.cpp
    M mlir/test/Dialect/Affine/raise-memref.mlir
    M utils/bazel/llvm-project-overlay/llvm/BUILD.bazel

  Log Message:
  -----------
  Merge branch 'main' into users/el-ev/cleanup-c-fn-noproto


Compare: https://github.com/llvm/llvm-project/compare/dbe66e5e48f7...8b2ac559506f

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list