[all-commits] [llvm/llvm-project] 6efdcc: [NVPTX] Fixup EXT_LOAD lowering for i128 values (#...

Alex MacLean via All-commits all-commits at lists.llvm.org
Wed Apr 30 20:52:17 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6efdcc188567fa2c9bde383e4397062f6d31427a
      https://github.com/llvm/llvm-project/commit/6efdcc188567fa2c9bde383e4397062f6d31427a
  Author: Alex MacLean <amaclean at nvidia.com>
  Date:   2025-04-30 (Wed, 30 Apr 2025)

  Changed paths:
    M llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
    M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
    A llvm/test/CodeGen/NVPTX/i128-ld-st.ll

  Log Message:
  -----------
  [NVPTX] Fixup EXT_LOAD lowering for i128 values (#138049)

Ensure that when custom lowering a vector load/store to a multi-output
load/store node we confirm that the memory value type matches the type
used by the node. Also add some asserts for basic sanity checking of
load size.

Fixes https://github.com/llvm/llvm-project/issues/138034



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