[PATCH] D139877: [RISCV]{InsertVSETVLI] Reverse order of block traversal in post pass [nfc]

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 12 12:59:44 PST 2022


craig.topper added a comment.

The phrase "block traversal" made me think you were changing the order we were visiting blocks. Which of course makes no sense for the local pass. Maybe "instruction traversal" would be better?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139877/new/

https://reviews.llvm.org/D139877



More information about the llvm-commits mailing list