[all-commits] [llvm/llvm-project] be4632: [Hexagon] Only handle simple types memory accesses...

Ikhlas Ajbar via All-commits all-commits at lists.llvm.org
Mon Jan 13 02:52:21 PST 2025


  Branch: refs/heads/release/19.x
  Home:   https://github.com/llvm/llvm-project
  Commit: be46324c97a263c5c6a837317b91d818bf469266
      https://github.com/llvm/llvm-project/commit/be46324c97a263c5c6a837317b91d818bf469266
  Author: Ikhlas Ajbar <iajbar at quicinc.com>
  Date:   2025-01-13 (Mon, 13 Jan 2025)

  Changed paths:
    M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
    A llvm/test/CodeGen/Hexagon/simple-types-mem.ll

  Log Message:
  -----------
  [Hexagon] Only handle simple types memory accesses (#120654)

The code was asserting because allowsMemoryAccess() was called with
Extended Value Type INVALID_SIMPLE_VALUE_TYPE in
HexagonISelLowering.cpp.
Fixes https://github.com/llvm/llvm-project/issues/118881

(cherry picked from commit 8177bf5022c6dfc48d236082fa02076feedd60df)



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