[PATCH] D134605: [SLP] Add ScalarizationOverheadBuilder helper to track vector extractions

Alan Zhao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 27 17:51:03 PDT 2022


ayzhao added a comment.

FYI This is causing Chrome builds to fail with the error

  clang-cl: /usr/local/google/home/ayzhao/src/llvm_tmpfs/llvm-project/llvm/include/llvm/ADT/APInt.h:1281: void llvm::APInt::setBit(unsigned int): Assertion `BitPosition < BitWidth && "BitPosition out of range"' failed.

https://crbug.com/1368841#c5


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134605/new/

https://reviews.llvm.org/D134605



More information about the llvm-commits mailing list