[all-commits] [llvm/llvm-project] 4a601e: [NVPTX] Remove NOP definition

ldrumm via All-commits all-commits at lists.llvm.org
Tue Sep 12 03:45:12 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4a601e8886c3a3556be1b1680989c86a58a0e2e9
      https://github.com/llvm/llvm-project/commit/4a601e8886c3a3556be1b1680989c86a58a0e2e9
  Author: Luke Drummond <luke.drummond at codeplay.com>
  Date:   2023-09-12 (Tue, 12 Sep 2023)

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

  Log Message:
  -----------
  [NVPTX] Remove NOP definition

PTX has no NOP instruction, and it's unused anywhere in the compiler.
This looks like it might have been added for machine scheduling, but
it looks unused.

If we eventually need it, we can add it back.




More information about the All-commits mailing list