[all-commits] [llvm/llvm-project] c4a3bd: [RISCV] Remove dead code from doPeepholeMaskedRVV ...

Philip Reames via All-commits all-commits at lists.llvm.org
Wed Jun 14 13:00:04 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c4a3bd7f8b7c587813d0e54d8d2dde7385895d09
      https://github.com/llvm/llvm-project/commit/c4a3bd7f8b7c587813d0e54d8d2dde7385895d09
  Author: Philip Reames <preames at rivosinc.com>
  Date:   2023-06-14 (Wed, 14 Jun 2023)

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

  Log Message:
  -----------
  [RISCV] Remove dead code from doPeepholeMaskedRVV [nfc]

This is after lowering of undef to IMPLICIT_DEF, so the condition is always false.  Rather than fixing the intent (which was to match implicit_def per the comment), just delete it.  We're in the process of migrating away from the TA pseudos, so using _TA more often is fine.




More information about the All-commits mailing list