[all-commits] [llvm/llvm-project] 659500: [NFC][RDA] Break-up initialization code
Sam Parker via All-commits
all-commits at lists.llvm.org
Thu Feb 20 07:00:01 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 659500c0c9657fc6e8d2d184b507f4e4da99297e
https://github.com/llvm/llvm-project/commit/659500c0c9657fc6e8d2d184b507f4e4da99297e
Author: Sam Parker <sam.parker at arm.com>
Date: 2020-02-20 (Thu, 20 Feb 2020)
Changed paths:
M llvm/include/llvm/CodeGen/ReachingDefAnalysis.h
M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
Log Message:
-----------
[NFC][RDA] Break-up initialization code
Separate out the initialization code from the loop traversal so
that the analysis can be reset and re-run by a user.
More information about the All-commits
mailing list