[PATCH] D125271: [riscv] Enable strict assertions in InsertVSETVLI data flow

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 31 10:47:04 PDT 2022


reames added a comment.

In D125271#3544933 <https://reviews.llvm.org/D125271#3544933>, @pcwang-thead wrote:

> @reames can you take a look at this?

Happy to, but first I need a stand alone reproducer.

I tried your LL file, and did not see a crash on the following command line:
./llc -O3 -march=riscv64 < <your-ir>

Please provide the exact llc command line you saw a failure with.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125271



More information about the llvm-commits mailing list