[all-commits] [llvm/llvm-project] ae05db: [NFC][AMDGPU] Add a test that can cause backend cr...

Shilei Tian via All-commits all-commits at lists.llvm.org
Wed Jun 25 20:29:25 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ae05dbbb04ef46895d3d8473b107d52e9c7822d4
      https://github.com/llvm/llvm-project/commit/ae05dbbb04ef46895d3d8473b107d52e9c7822d4
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2025-06-25 (Wed, 25 Jun 2025)

  Changed paths:
    A llvm/test/CodeGen/AMDGPU/undef-handling-crash-in-ra.ll

  Log Message:
  -----------
  [NFC][AMDGPU] Add a test that can cause backend crash (#145777)

The crash was reported downstream, but it has been fixed in upstream by
2bada417c1f06361f4b7a992224bfb8e32d55ca6.
This PR is to add the test case upstream. Note that there are some UBs
in the
IRs, such as load/store from/to a nullptr. The crash would not be
reproducible
if any of them is changed to something else.



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