[all-commits] [llvm/llvm-project] 703207: GlobalISel: Drop vector range metadata on bitcast ...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Jul 1 06:26:32 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 70320762427e433759f63ab5781daea7cc2a5faa
      https://github.com/llvm/llvm-project/commit/70320762427e433759f63ab5781daea7cc2a5faa
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-07-01 (Mon, 01 Jul 2024)

  Changed paths:
    M llvm/include/llvm/CodeGen/MachineMemOperand.h
    M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
    A llvm/test/CodeGen/AMDGPU/GlobalISel/load-legalize-range-metadata.ll

  Log Message:
  -----------
  GlobalISel: Drop vector range metadata on bitcast lowering (#97279)

If we are reinterpreting the type, the range metadata also needs to be
converted. I believe the DAG has the same bug.



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