[all-commits] [llvm/llvm-project] 062276: [SLP] clean up code in gather(); NFC

RotateRight via All-commits all-commits at lists.llvm.org
Tue Sep 22 06:27:04 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 062276c691099f977e69c101f21c1a9ac549f283
      https://github.com/llvm/llvm-project/commit/062276c691099f977e69c101f21c1a9ac549f283
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2020-09-22 (Tue, 22 Sep 2020)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

  Log Message:
  -----------
  [SLP] clean up code in gather(); NFC

1. Use range for-loop to avoid repeatedly accessing end index.
2. Better variable names.




More information about the All-commits mailing list