[PATCH] D61975: [CodeGen] Fix hashing for MO_ExternalSymbol MachineOperands.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 31 17:06:26 PDT 2019


efriedma added a comment.

I looked more carefully just as I was about to commit this, and discovered the hashing for MO_RegisterMask is also wrong.  I think I'll fix that separately, though.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D61975





More information about the llvm-commits mailing list