[PATCH] D157392: [SelectionDAG] Fix problematic call to EVT::changeVectorElementType().
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 8 07:10:40 PDT 2023
sdesmalen accepted this revision.
sdesmalen added a comment.
This revision is now accepted and ready to land.
I think this is a valid fix, but it makes me wonder if we should always just pass the LLVMContext to these interfaces (e.g. `changeVectorElementType` and `changeVectorElementTypeToInteger`) so that we can do away with these subtle issues.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157392/new/
https://reviews.llvm.org/D157392
More information about the llvm-commits
mailing list