mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-10 08:40:41 +00:00
move the 'SimplifyDemandedFoo' methods out to their own file, cutting 1K lines out of instcombine.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92465 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
710632d07b
commit
e0b4b721aa
@ -74,11 +74,8 @@ public:
|
||||
|
||||
bool DoOneIteration(Function &F, unsigned ItNum);
|
||||
|
||||
virtual void getAnalysisUsage(AnalysisUsage &AU) const {
|
||||
AU.addPreservedID(LCSSAID);
|
||||
AU.setPreservesCFG();
|
||||
}
|
||||
|
||||
virtual void getAnalysisUsage(AnalysisUsage &AU) const;
|
||||
|
||||
TargetData *getTargetData() const { return TD; }
|
||||
|
||||
// Visitation implementation - Implement instruction combining for different
|
||||
|
1106
lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
Normal file
1106
lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user