[all-commits] [llvm/llvm-project] 78e1e6: [LV] Check for vector-to-scalar casts in legalizer...

ErikHogeman via All-commits all-commits at lists.llvm.org
Fri Sep 6 02:20:35 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 78e1e6ace6c99ac3c96216a40836a1ac98d4f000
      https://github.com/llvm/llvm-project/commit/78e1e6ace6c99ac3c96216a40836a1ac98d4f000
  Author: ErikHogeman <erik.hogeman at arm.com>
  Date:   2024-09-06 (Fri, 06 Sep 2024)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
    A llvm/test/Transforms/LoopVectorize/vector-to-scalar-cast.ll

  Log Message:
  -----------
  [LV] Check for vector-to-scalar casts in legalizer (#106244)

The code makes assumptions later on the operations and their inputs
being scalar in the loops that are processed, so we should make sure
this is the case in the legalizer.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list