[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
Mon Dec 18 11:39:16 PST 2017


craig.topper updated this revision to Diff 127397.
craig.topper added a comment.

Address review comments except for moving the Domain into the Closure since its so short lived.

I also fixed a few additional places that should have been const.


https://reviews.llvm.org/D41327

Files:
  lib/Target/X86/X86DomainReassignment.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41327.127397.patch
Type: text/x-patch
Size: 10789 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171218/d8c40973/attachment.bin>


More information about the llvm-commits mailing list