[all-commits] [llvm/llvm-project] 0b4fca: [RISCV][VLOpt] Remove State field from OperandInfo...

Philip Reames via All-commits all-commits at lists.llvm.org
Wed Jan 8 12:37:50 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0b4fca5b75b6965e630d4c94f573ba5184f75f67
      https://github.com/llvm/llvm-project/commit/0b4fca5b75b6965e630d4c94f573ba5184f75f67
  Author: Philip Reames <preames at rivosinc.com>
  Date:   2025-01-08 (Wed, 08 Jan 2025)

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

  Log Message:
  -----------
  [RISCV][VLOpt] Remove State field from OperandInfo [nfc] (#122160)

We can just use a std::optional to wrap the operand info instead. The
state field is confusing as we have a "partially known" state where EEW
is known and EMUL is nullopt, but it's still "Known".



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list