[PATCH] D41327: [X86] Refactor DomainReassignment pass to make the Closure class not stores references to the main data structures of the pass itself
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 17 10:04:07 PST 2017
craig.topper added inline comments.
================
Comment at: lib/Target/X86/X86DomainReassignment.cpp:311
/// Domains which this closure can legally be reassigned to.
std::bitset<NumDomains> LegalDstDomains;
----------------
guyblank wrote:
> i don't see this in top of trunk, is this the right diff?
Should have been committed in r320940.
https://reviews.llvm.org/D41327
More information about the llvm-commits
mailing list