[all-commits] [llvm/llvm-project] 8263be: [SLP] Use poison instead of undef in reorderScalar...

Nikita Popov via All-commits all-commits at lists.llvm.org
Tue Jun 25 05:24:02 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8263bec5331863113c6163afdc3f93e063f20a07
      https://github.com/llvm/llvm-project/commit/8263bec5331863113c6163afdc3f93e063f20a07
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2024-06-25 (Tue, 25 Jun 2024)

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

  Log Message:
  -----------
  [SLP] Use poison instead of undef in reorderScalars() (#96619)

-1 mask elements are specified to return poison rather than undef
nowadays , so update the reorderScalars() implementation to match.



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