[PATCH] D41327: [X86] Refactor DomainReassignment pass to make the Closure class not stores references to the main data structures of the pass itself

Guy Blank via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 17 08:56:53 PST 2017


guyblank added inline comments.


================
Comment at: lib/Target/X86/X86DomainReassignment.cpp:311
   /// Domains which this closure can legally be reassigned to.
   std::bitset<NumDomains> LegalDstDomains;
 
----------------
i don't see this in top of trunk, is this the right diff?


https://reviews.llvm.org/D41327





More information about the llvm-commits mailing list