[all-commits] [llvm/llvm-project] 8e6c30: [RISCV][InsertVSETVLI] Reverse traversal order of ...

Philip Reames via All-commits all-commits at lists.llvm.org
Tue Dec 13 07:54:25 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8e6c309451287091d7f79345c1b5c058a52cd13e
      https://github.com/llvm/llvm-project/commit/8e6c309451287091d7f79345c1b5c058a52cd13e
  Author: Philip Reames <preames at rivosinc.com>
  Date:   2022-12-13 (Tue, 13 Dec 2022)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp

  Log Message:
  -----------
  [RISCV][InsertVSETVLI] Reverse traversal order of block in post pass [nfc]

his unblocks a following change to be more sophisticated during post pass rewriting.

Review wise, I basically just want a second set of eyes. This change should be straight forward, but since it took me an embarrassing number of attempts to get make check to pass. Let's make sure I'm not missing yet another cornercase.

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




More information about the All-commits mailing list