[all-commits] [llvm/llvm-project] 57a11b: [AMDGPU] Add live-through register set printing to...

Valery Pykhtin via All-commits all-commits at lists.llvm.org
Mon Nov 20 04:36:01 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 57a11b7f75742ba74b563b8af75bc106a1e9d29e
      https://github.com/llvm/llvm-project/commit/57a11b7f75742ba74b563b8af75bc106a1e9d29e
  Author: Valery Pykhtin <valery.pykhtin at gmail.com>
  Date:   2023-11-20 (Mon, 20 Nov 2023)

  Changed paths:
    M llvm/lib/Target/AMDGPU/GCNRegPressure.cpp
    M llvm/test/CodeGen/AMDGPU/regpressure_printer.mir

  Log Message:
  -----------
  [AMDGPU] Add live-through register set printing to GCNRegPressurePrinter pass. (#71096)

Add live-through register set printing, assuming live-through register
is in live-in and live-out sets, has no redefinitions but may have uses
in the block.




More information about the All-commits mailing list