[PATCH] D90008: [NFC] Use [MC]Register in RegAllocPBQP & RegisterCoalescer

Gaurav Jain via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 23 09:31:25 PDT 2020


gjain marked 2 inline comments as done.
gjain added inline comments.


================
Comment at: llvm/include/llvm/MC/MCRegister.h:24
+  friend hash_code hash_value(const MCRegister &);
+
   unsigned Reg;
----------------
mtrofin wrote:
> Remove new line here (unrelated change?)
I had to add `hash_value` for the `hash_value` function at llvm/include/llvm/CodeGen/RegAllocPBQP.h:124


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90008



More information about the llvm-commits mailing list