[PATCH] D115924: [ConstantFolding] Unify handling of load from uniform value

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 18 10:32:53 PST 2021


paulwalker-arm added a comment.

This patch looks to be breaking the clang-aarch64-sve-vla-2stage buildbot (and probably also clang-aarch64-sve-vls-2stage). I've checked this using `./bin/clang -DNDEBUG -O3 -w -Werror=date-time -w pr19687.c && ./a.out && echo "success"`, which works before this patch but triggers an abort after. This happen for both AArch64 and X86.

See https://lab.llvm.org/buildbot/#/builders/198 and https://lab.llvm.org/buildbot/#/builders/176/builds/1231.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115924



More information about the llvm-commits mailing list