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

Than McIntosh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 8 07:01:45 PDT 2021


thanm added a comment.

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.


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