[PATCH] D105485: [IR] Use a proper type for AttributeList indexing

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 8 07:12:25 PDT 2021


gchatelet added a comment.

In D105485#2864372 <https://reviews.llvm.org/D105485#2864372>, @thanm wrote:

> I am confused as to why this test would be failing. The verifier fragment in question is for statepoints, and I don't see any statepoints in the test. When I run
>
> ./bin/opt -debug-pass-manager    -instcombine -S < ../llvm-project/llvm/test/Transforms/InstCombine/call-cast-attrs.ll
>
> I don't see anything related to statepoints or statepoint lowering.

I may have linked to the wrong line in Verifier.cpp. There are two asserts with the same message.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105485



More information about the llvm-commits mailing list