[all-commits] [llvm/llvm-project] 590c96: [NVPTX] fixup support for unaligned parameters and...

Alex MacLean via All-commits all-commits at lists.llvm.org
Thu Feb 22 17:27:39 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 590c968e7943e51bb00ff75d312435f24d983b2a
      https://github.com/llvm/llvm-project/commit/590c968e7943e51bb00ff75d312435f24d983b2a
  Author: Alex MacLean <amaclean at nvidia.com>
  Date:   2024-02-22 (Thu, 22 Feb 2024)

  Changed paths:
    M llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
    M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
    M llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
    M llvm/test/CodeGen/NVPTX/param-load-store.ll
    A llvm/test/CodeGen/NVPTX/unaligned-param-load-store.ll

  Log Message:
  -----------
  [NVPTX] fixup support for unaligned parameters and returns (#82562)

Add support for unaligned parameters and return values. These must be
loaded and stored one byte at a time and then bit manipulation is used
to assemble the correct final result.



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