The key_type type definition for map containers is useful in some generic, template-based programming scenarios. The addition of key_type to MapVector is consistent with other map types like DenseMap.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
There are build failures due to a failed Polly test
test/ScopInliner/simple-inline-loop.ll
After reproducing it locally, I verified that this failure occurs even without my change.
The Polly failure was fixed here: https://github.com/llvm/llvm-project/commit/7f627596977624730f9298a1b69883af1555765e
Thanks for letting me know. Do you know what is the proper way to trigger a remerge before building? I tried simply restarting the build but it didn't include the fix.
The only way I know is re-uploading the diff.
I tried simply restarting the build but it didn't include the fix.
If you upload with arcanist it also stores the parent git SHA1 and would just re-apply the patch to that. If you upload via web form Phabricator does not have parent information, but I don't know what happens when triggering a re-build. Might either use the opt-of-tree at time of uploading the diff or the top-of-tree when running the pre-merge check.
Thanks for approving! I don't have commit privileges since this is my first contribution. Could you please do me a favor and commit it for me? Thanks!