[PATCH] D79405: [SelectionDAG] Fix assertion failure with big shift amounts

LemonBoy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 5 11:20:18 PDT 2020


LemonBoy added a comment.

In D79405#2020871 <https://reviews.llvm.org/D79405#2020871>, @craig.topper wrote:

> Does the same issue exist in scalarizeVectorStore path?


No, that code path uses `IntVT` for the shift constant.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79405





More information about the llvm-commits mailing list