[all-commits] [llvm/llvm-project] a77d11: [NVPTX] Remove redundant types from TableGen patte...

Alex MacLean via All-commits all-commits at lists.llvm.org
Mon Dec 30 09:51:52 PST 2024


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

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

  Log Message:
  -----------
  [NVPTX] Remove redundant types from TableGen patterns (NFC) (#120986)

These types in the output dag of a Pat do not impact the generated
matcher code at all. Removing them makes for more concise and readable
code.



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