[all-commits] [llvm/llvm-project] f79b48: [NFC intended] Refactor SinkAndHoistLICMFlags to a...
jamieschmeiser via All-commits
all-commits at lists.llvm.org
Thu Nov 12 07:07:29 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f79b483385ce82d6635935a8035825f499d31c1b
https://github.com/llvm/llvm-project/commit/f79b483385ce82d6635935a8035825f499d31c1b
Author: Jamie Schmeiser <schmeise at ca.ibm.com>
Date: 2020-11-12 (Thu, 12 Nov 2020)
Changed paths:
M llvm/include/llvm/Transforms/Utils/LoopUtils.h
M llvm/lib/Transforms/Scalar/LICM.cpp
Log Message:
-----------
[NFC intended] Refactor SinkAndHoistLICMFlags to allow others to construct without exposing internals
Summary:
Refactor SinkAdHoistLICMFlags from a struct to a class with accessors and constructors to allow other
classes to construct flags with meaningful defaults while not exposing LICM internal details.
Author: Jamie Schmeiser <schmeise at ca.ibm.com>
Reviewed By: asbirlea (Alina Sbirlea)
Differential Revision: https://reviews.llvm.org/D90482
More information about the All-commits
mailing list