[all-commits] [llvm/llvm-project] 2830d9: [VP] Make getMaskParamPos/getVectorLengthParamPos ...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri May 28 11:44:01 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2830d924b0873b33413320650806376dbf6ee9d1
https://github.com/llvm/llvm-project/commit/2830d924b0873b33413320650806376dbf6ee9d1
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-05-28 (Fri, 28 May 2021)
Changed paths:
M llvm/include/llvm/IR/IntrinsicInst.h
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/IR/IntrinsicInst.cpp
M llvm/unittests/IR/VPIntrinsicTest.cpp
Log Message:
-----------
[VP] Make getMaskParamPos/getVectorLengthParamPos return unsigned. Lowercase function names.
Parameter positions seem like they should be unsigned.
While there, make function names lowercase per coding standards.
Reviewed By: frasercrmck
Differential Revision: https://reviews.llvm.org/D103224
More information about the All-commits
mailing list