[all-commits] [llvm/llvm-project] bf0bd8: [LV] Move trunc codegen to buildScalarSteps (NFCI).

Florian Hahn via All-commits all-commits at lists.llvm.org
Sat Nov 26 15:50:09 PST 2022


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

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

  Log Message:
  -----------
  [LV] Move trunc codegen to buildScalarSteps (NFCI).

This moves the code to truncate step and IV into buildScalarSteps,
closer to the place where they are actually used.

Suggested in D133758.




More information about the All-commits mailing list