[all-commits] [llvm/llvm-project] 12bb55: [VPlan] Move cast codegen to emitTransformedIndex ...

Florian Hahn via All-commits all-commits at lists.llvm.org
Sat Nov 26 14:47:45 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 12bb5535d270e25e1001582e83619c594960651d
      https://github.com/llvm/llvm-project/commit/12bb5535d270e25e1001582e83619c594960651d
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-11-26 (Sat, 26 Nov 2022)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
    M llvm/lib/Transforms/Vectorize/VPlan.h
    M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
    M llvm/test/Transforms/LoopVectorize/float-induction.ll

  Log Message:
  -----------
  [VPlan] Move cast codegen to emitTransformedIndex (NFCI).

This reduces duplication a bit.

Suggested as simplification in D133758.




More information about the All-commits mailing list