[PATCH] D78368: [ValueLattice] Add struct for merge options.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 07:32:16 PDT 2020


fhahn created this revision.
fhahn added reviewers: efriedma, nikic, reames, davide.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.

This makes it easier to extend the merge options in the future and also
reduces the risk of accidentally setting a wrong option.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78368

Files:
  llvm/include/llvm/Analysis/ValueLattice.h
  llvm/lib/Transforms/Scalar/SCCP.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78368.258318.patch
Type: text/x-patch
Size: 5997 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200417/3d9dd598/attachment.bin>


More information about the llvm-commits mailing list