[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
Sat Sep 10 12:23:16 PDT 2022


aidengrossman updated this revision to Diff 459302.
aidengrossman added a comment.

Add if statement to handle edge case where the current machine instruction
is null and it tries to skip to the slotindex in the next machine instruction
but can't due to it being at the of the slotindex analysis.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131930/new/

https://reviews.llvm.org/D131930

Files:
  llvm/lib/CodeGen/MLRegallocEvictAdvisor.cpp
  llvm/test/CodeGen/MLRegalloc/dev-mode-extra-features-logging.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131930.459302.patch
Type: text/x-patch
Size: 19264 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220910/8d7d2850/attachment.bin>


More information about the llvm-commits mailing list