[PATCH] D70698: [CodeGen] Fix hashing for RegMask operands.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 3 14:55:57 PST 2019
efriedma added a comment.
> The typical case is a tablgenerated target constant, which will be a unique address.
Are tablegen'ed constants guaranteed to be unique, or does it depend on the way each target writes its TableGen files?
> (although I suppose it could)
Do you think this is worth doing?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70698/new/
https://reviews.llvm.org/D70698
More information about the llvm-commits
mailing list