[PATCH] D131930: [mlgo] Add in-development instruction based features for regalloc advisor
Aiden Grossman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 21 23:28:26 PDT 2022
aidengrossman added a comment.
Just making sure this patch doesn't go anywhere yet. When built with assertions on, the new development features are currently tripping an assertion when `CurrentIndex.getNextIndex()` is called when `CurrentMachineInstruction` is equal to `nullptr`. Need to do some more debugging/investigation see why this is going on.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131930/new/
https://reviews.llvm.org/D131930
More information about the llvm-commits
mailing list