[all-commits] [llvm/llvm-project] 5e4760: [NFC][AsmPrinter] Make comments for spill/reload m...

Kai Wang via All-commits all-commits at lists.llvm.org
Sun Jan 10 23:05:23 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5e476061deb82ed4e6d440445f8830e1c7bccaa6
      https://github.com/llvm/llvm-project/commit/5e476061deb82ed4e6d440445f8830e1c7bccaa6
  Author: Hsiangkai Wang <kai.wang at sifive.com>
  Date:   2021-01-11 (Mon, 11 Jan 2021)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp

  Log Message:
  -----------
  [NFC][AsmPrinter] Make comments for spill/reload more precise.

The size of spill/reload may be unknown for scalable vector types.
When the size is unknown, print it as "Unknown-size" instead of a very
large number.

Differential Revision: https://reviews.llvm.org/D94299




More information about the All-commits mailing list