[all-commits] [llvm/llvm-project] bd95b5: [RISCV][VLOpt] Move OperandInfo into anonymous nam...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Jan 31 09:25:20 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bd95b57ef03aa5b034192c9ea1e353fb79708632
https://github.com/llvm/llvm-project/commit/bd95b57ef03aa5b034192c9ea1e353fb79708632
Author: Craig Topper <craig.topper at sifive.com>
Date: 2025-01-31 (Fri, 31 Jan 2025)
Changed paths:
M llvm/lib/Target/RISCV/RISCVVLOptimizer.cpp
Log Message:
-----------
[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.
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