[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 09:21:39 PDT 2023
fhahn added a comment.
In D147783#4420419 <https://reviews.llvm.org/D147783#4420419>, @zixuan-wu wrote:
> In D147783#4420398 <https://reviews.llvm.org/D147783#4420398>, @fhahn wrote:
>
>> 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`)
>
> OK, thx.
> F27915879: test.ll <https://reviews.llvm.org/F27915879>
> ./bin/clang --target=csky-unknown-linux -DNDEBUG -mfloat-abi=hard -O2 -w -Werror=date-time -fcommon test.ll
Thanks, should be fixed by ea6ca9cb2b6 <https://reviews.llvm.org/rGea6ca9cb2b6cfcc8ad9f6547bee47936fd2c63ea>
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