[all-commits] [llvm/llvm-project] 9f231a: [NVPTX] Prefer ValueType when defining DAG pattern...

Alex MacLean via All-commits all-commits at lists.llvm.org
Tue Dec 17 13:49:54 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9f231a85004fad080980e80ef881c81d1d5bb60e
      https://github.com/llvm/llvm-project/commit/9f231a85004fad080980e80ef881c81d1d5bb60e
  Author: Alex MacLean <amaclean at nvidia.com>
  Date:   2024-12-17 (Tue, 17 Dec 2024)

  Changed paths:
    M llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
    M llvm/lib/Target/NVPTX/NVPTXIntrinsics.td

  Log Message:
  -----------
  [NVPTX] Prefer ValueType when defining DAG patterns (NFC) (#120161)

Replace uses of register class in dag patterns with value types. These
types are much more concise and in cases where a single register class
maps to multiple types, they avoid the need for both.



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