[all-commits] [llvm/llvm-project] a838aa: Move CFGDiff.h from IR to Support
David Blaikie via All-commits
all-commits at lists.llvm.org
Fri Apr 10 00:15:07 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a838aadae3f20b9644e2ad553d3d558a91fd8fd7
https://github.com/llvm/llvm-project/commit/a838aadae3f20b9644e2ad553d3d558a91fd8fd7
Author: David Blaikie <dblaikie at gmail.com>
Date: 2020-04-10 (Fri, 10 Apr 2020)
Changed paths:
M llvm/include/llvm/Analysis/IteratedDominanceFrontier.h
M llvm/include/llvm/Analysis/MemorySSAUpdater.h
R llvm/include/llvm/IR/CFGDiff.h
A llvm/include/llvm/Support/CFGDiff.h
M llvm/include/llvm/module.modulemap
Log Message:
-----------
Move CFGDiff.h from IR to Support
Now that it's generalized to use graph traits, it's no longer dependent
on IR.
More information about the All-commits
mailing list