[PATCH] D51024: [LICM] Modernize AliasSetTracker handling. NFC

Marcello Maggioni via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 20 20:33:54 PDT 2018


kariddi created this revision.
kariddi added reviewers: gareevroman, chandlerc, danielcdh.
Herald added a subscriber: llvm-commits.

While reading LICM I noticed we had code that uses new/deletes all around LICM to handle AliasSetTracker.

I decided to try and modernize it using unique_ptr<>.


Repository:
  rL LLVM

https://reviews.llvm.org/D51024

Files:
  lib/Transforms/Scalar/LICM.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51024.161639.patch
Type: text/x-patch
Size: 7038 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180821/fc5a99b8/attachment.bin>


More information about the llvm-commits mailing list