[PATCH] D116075: [NFC][regalloc] Pull out some AllocationOrder/CostPerUseLimit eviction logic

Yundi Qian via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 3 00:18:29 PST 2022


yundiqian accepted this revision.
yundiqian added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/CodeGen/RegAllocGreedy.cpp:1093
                         << MinCost << ", no cheaper registers to be found.\n");
-      return 0;
     }
----------------
I assume MCRegister::NoRegister == 0?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116075



More information about the llvm-commits mailing list