[PATCH] D80709: [SelectionDAG] Update getNode asserts for EXTRACT/INSERT_SUBVECTOR.
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 28 04:18:35 PDT 2020
paulwalker-arm added reviewers: eli.friedman, sdesmalen, david-arm.
paulwalker-arm added a comment.
I'm waiting on a FileCheck patch to land before the fixed width code generation for SVE patches can move on so I've broken some assert fixes out of D80385 <https://reviews.llvm.org/D80385> to help protect future work. There's no new tests as the core logic is already tested and D80385 <https://reviews.llvm.org/D80385> is required to exercise the corner cases.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80709/new/
https://reviews.llvm.org/D80709
More information about the llvm-commits
mailing list