[PATCH] D149732: [RISCV] Fix extract_vector_elt on i1 at idx 0 being inverted

Roger Ferrer Ibanez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 10 01:00:09 PDT 2023


rogfer01 added a comment.

Hi, we are observing failures in the llvm testsuite (when compiling with `-march=rv64gcv` and git bisect pointed here)

  Failed Tests (2):
    test-suite :: SingleSource/Regression/C/gcc-c-torture/execute/GCC-C-execute-pr53645-2.test
    test-suite :: SingleSource/Regression/C/gcc-c-torture/execute/GCC-C-execute-pr53645.test

can anyone else reproduce this issue too?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149732



More information about the llvm-commits mailing list