[all-commits] [llvm/llvm-project] c300a9: [LV] Use MapVector for InstsToScalarize for determ...

Florian Hahn via All-commits all-commits at lists.llvm.org
Fri Aug 1 06:30:34 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c300a99ea89568e18ce7207e42501c79d2b48b92
      https://github.com/llvm/llvm-project/commit/c300a99ea89568e18ce7207e42501c79d2b48b92
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2025-08-01 (Fri, 01 Aug 2025)

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

  Log Message:
  -----------
  [LV] Use MapVector for InstsToScalarize for deterministic iter order (NFC)

We iterate over InstsToScalarize when printing costs, and currently the
iteration order is not deterministic. Currently no tests check the
output with multiple instructions in InstsToScalarize, but those will
come soon.



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