[PATCH] D98101: [RISCV] Enable the LocalStackSlotAllocation pass support
Dmitrii Petrov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 18 03:44:55 PST 2022
dnpetrov-sc added a comment.
This commit breaks `MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/CLAMR`.
Running on HiFive Unmatched:
$ ./CLAMR-good
Mass of initialized cells equal to 125195.039971
Iteration 0 timestep n/a Sim Time 0.0 cells 17028 Mass Sum 125195.039971
^C
$ ./CLAMR-bad
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Aborted (core dumped)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98101/new/
https://reviews.llvm.org/D98101
More information about the llvm-commits
mailing list