[PATCH] D148834: [RISCV][InsertVSETVLI] Avoid VL toggles for extractelement patterns

Roger Ferrer Ibanez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 10 02:38:18 PDT 2023


rogfer01 added a comment.

Hi all,

we were observing errors when running the llvm testsuitw with `-march=rv64gcv`. `git bisect` pointed to this change.

  Failed Tests (2):
    test-suite :: SingleSource/UnitTests/Vector/Vector-constpool.test
    test-suite :: SingleSource/UnitTests/matrix-types-spec.test

Can anyone else reproduce this?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148834



More information about the llvm-commits mailing list