[all-commits] [llvm/llvm-project] 97c473: [SLP] rename variable to not be misleading; NFC

RotateRight via All-commits all-commits at lists.llvm.org
Wed Jul 7 11:41:10 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 97c473ad394ad9360cd89eda5a8e5aeb4b5d90fe
      https://github.com/llvm/llvm-project/commit/97c473ad394ad9360cd89eda5a8e5aeb4b5d90fe
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-07-07 (Wed, 07 Jul 2021)

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

  Log Message:
  -----------
  [SLP] rename variable to not be misleading; NFC

The reduction matching was probably only dealing with binops
when it was written, but we have now generalized it to handle
select and intrinsics too, so assert on that too.




More information about the All-commits mailing list