[PATCH] D131040: [NFC][MLGO] ML Regalloc Priority Advisor

Eric Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 18:11:22 PDT 2022


Flpha0830 updated this revision to Diff 449505.
Flpha0830 added a comment.



1. Updating D131040 <https://reviews.llvm.org/D131040>: [NFC][MLGO] ML Regalloc Priority Advisor #
2. Enter a brief description of the changes included in this update.
3. The first line is used as subject, next lines as comment. #
4. If you intended to create a new revision, use:
5. $ arc diff --create

Change unsigned to float
The Priority Advisor need the unsigned to become float because ML likes that more in this case


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131040

Files:
  llvm/include/llvm/InitializePasses.h
  llvm/lib/Analysis/models/gen-regalloc-priority-test-model.py
  llvm/lib/CodeGen/CMakeLists.txt
  llvm/lib/CodeGen/MLRegallocPriorityAdvisor.cpp
  llvm/lib/CodeGen/RegAllocGreedy.cpp
  llvm/lib/CodeGen/RegAllocGreedy.h
  llvm/lib/CodeGen/RegAllocPriorityAdvisor.cpp
  llvm/lib/CodeGen/RegAllocPriorityAdvisor.h
  llvm/test/CodeGen/MLRegalloc/Inputs/reference-prio-log-noml.txt
  llvm/test/CodeGen/MLRegalloc/dev-mode-prio-logging.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131040.449505.patch
Type: text/x-patch
Size: 42841 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220803/389082f3/attachment.bin>


More information about the llvm-commits mailing list