[PATCH] D147783: [VPlan] Add stride->constant VPlan mapping at construction.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 14 02:26:46 PDT 2023


fhahn added a comment.

In D147783#4420349 <https://reviews.llvm.org/D147783#4420349>, @zixuan-wu wrote:

> It introduced an assert in csky target, could you please reproduce it? @fhahn  
> ./bin/clang --target=csky-unknown-linux -DNDEBUG -mfloat-abi=hard -O2 -DSMALL_PROBLEM_SIZE -w -Werror=date-time -fcommon -D__USE_LARGEFILE64 -D_FILE_OFFSET_BITS=64 -o erc_do_p.c.o -c ~/llvm-test-suite/MultiSource/Applications/JM/ldecod/erc_do_p.c

Unfortunately I have no system with a csky libc. Could you share the IR before the crash? (e.g. by passing `-mllvm -print-on-crash -mllvm -print-module-scope`)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147783



More information about the llvm-commits mailing list