[RISCV][VLOpt] Move OperandInfo into anonymous namespace. Move getEMULEqualsEEWDivSEW...
commitbd95b57ef03aa5b034192c9ea1e353fb79708632
authorCraig Topper <craig.topper@sifive.com>
Fri, 31 Jan 2025 17:24:57 +0000 (31 09:24 -0800)
committerGitHub <noreply@github.com>
Fri, 31 Jan 2025 17:24:57 +0000 (31 09:24 -0800)
tree9adba1d05ef4e4ecbefdf988e6585aed8a8ae904
parent7fd3743b9fe8f9e6177ef9957cdd431221b84b6f
[RISCV][VLOpt] Move OperandInfo into anonymous namespace. Move getEMULEqualsEEWDivSEWTimesLMUL out of RISCVVType namespace. NFC (#125138)

We don't want OperandInfo to be visible outside of this translation
unit.

getEMULEqualsEEWDivSEWTimesLMUL is local to this file and declared
static. There's no reason to put it in a namespace.
llvm/lib/Target/RISCV/RISCVVLOptimizer.cpp