[PATCH] D98101: [RISCV] Enable the LocalStackSlotAllocation pass support

Roger Ferrer Ibanez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 25 10:23:20 PDT 2022


rogfer01 added a comment.

I'm seeing failures in the llvm-testsuite on `riscv64-unknown-linux-gnu` with `-O2` (no vectors) which git bisect attributes to this change.

  Failed Tests (3):
    test-suite :: MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/CLAMR.test
    test-suite :: MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4.test
    test-suite :: SingleSource/UnitTests/matrix-types-spec.test

Has anyone seen something similar?


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