[all-commits] [llvm/llvm-project] 402121: [RISCV] Rename hasNonZeroAVL->isNonZeroAVL. NFC
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Apr 25 10:50:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4021215fdf999f8fca294f04b4ac92e239be4304
https://github.com/llvm/llvm-project/commit/4021215fdf999f8fca294f04b4ac92e239be4304
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-04-25 (Tue, 25 Apr 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Log Message:
-----------
[RISCV] Rename hasNonZeroAVL->isNonZeroAVL. NFC
The argument is the AVL itself, not some operation that has an AVL.
Thus "is" instead of "has" is a better name.
More information about the All-commits
mailing list