[PATCH] D103224: [VP] Make getMaskParamPos/getVectorLengthParamPos return unsigned. Lowercase function names.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 26 21:49:34 PDT 2021


craig.topper created this revision.
craig.topper added reviewers: simoll, frasercrmck, rogfer01, hussainjk, vkmr.
Herald added subscribers: dexonsmith, hiraditya.
craig.topper requested review of this revision.
Herald added a project: LLVM.

Parameter positions seem like they should be unsigned.

While there, make function names lowercase per coding standards.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D103224

Files:
  llvm/include/llvm/IR/IntrinsicInst.h
  llvm/lib/IR/IntrinsicInst.cpp
  llvm/unittests/IR/VPIntrinsicTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103224.348157.patch
Type: text/x-patch
Size: 7288 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210527/cc8ba38a/attachment.bin>


More information about the llvm-commits mailing list