[all-commits] [llvm/llvm-project] f19497: [RISCV] Use InstVisitor in RISCVCodeGenPrepare. NFC

Craig Topper via All-commits all-commits at lists.llvm.org
Tue Aug 2 21:19:51 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f19497f7b0ce0dab5d35054e7ba652164b9ac123
      https://github.com/llvm/llvm-project/commit/f19497f7b0ce0dab5d35054e7ba652164b9ac123
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-08-02 (Tue, 02 Aug 2022)

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

  Log Message:
  -----------
  [RISCV] Use InstVisitor in RISCVCodeGenPrepare. NFC

Makes it easy to add new instructions to look at without dispatching
manually.




More information about the All-commits mailing list