[all-commits] [llvm/llvm-project] f514b3: [LICM] Add assert of AST/MSSA exclusiveness.
Alina Sbirlea via All-commits
all-commits at lists.llvm.org
Mon Nov 2 18:05:20 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f514b32a89936880b792f917ea7645d4d635378b
https://github.com/llvm/llvm-project/commit/f514b32a89936880b792f917ea7645d4d635378b
Author: Alina Sbirlea <asbirlea at google.com>
Date: 2020-11-02 (Mon, 02 Nov 2020)
Changed paths:
M llvm/lib/Transforms/Scalar/LICM.cpp
Log Message:
-----------
[LICM] Add assert of AST/MSSA exclusiveness.
The API `canSinkOrHoistInst` may be called by LoopSink. Add assert to
avoid having two analyses passed in.
More information about the All-commits
mailing list