[all-commits] [llvm/llvm-project] 0ebac7: [LV] Remove unneeded Loop argument from completeLo...

Florian Hahn via All-commits all-commits at lists.llvm.org
Mon Mar 21 03:07:55 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0ebac76e6ebe263ea91685c90e750eab6976acb9
      https://github.com/llvm/llvm-project/commit/0ebac76e6ebe263ea91685c90e750eab6976acb9
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-03-21 (Mon, 21 Mar 2022)

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

  Log Message:
  -----------
  [LV] Remove unneeded Loop argument from completeLoopSkeleton. (NFCI)

completeLoopSkeleton only uses its loop argument only to get the
pre-header, but the pre-header is already known (we created/cached it
earlier). Remove the unneeded loop argument.




More information about the All-commits mailing list