[all-commits] [llvm/llvm-project] 0f99c6: [RISCV] Remove duplicate DebugLoc variables from c...

Craig Topper via All-commits all-commits at lists.llvm.org
Wed Mar 24 20:25:24 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0f99c6c56e73ef2265cb278ab8128eec5b30fee1
      https://github.com/llvm/llvm-project/commit/0f99c6c56e73ef2265cb278ab8128eec5b30fee1
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2021-03-24 (Wed, 24 Mar 2021)

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

  Log Message:
  -----------
  [RISCV] Remove duplicate DebugLoc variables from cases in ReplaceNodeResults. NFC

We already created a DebugLoc at the top of the function. We can
just use that one.




More information about the All-commits mailing list