Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
llvm
lib
Transforms
Scalar
GVN.cpp
Find file
Normal view
History
Permalink
GVN.cpp
30.3 KiB
Newer
Older
Add basic support for performing whole-function RLE.
Owen Anderson
committed
Jul 25, 2007
1001
1002
toErase
.
clear
();
Add a GVN pass, using the value numbering code I developed for GVNPRE and the
Owen Anderson
committed
Jul 24, 2007
1003
1004
1005
1006
1007
}
}
return
changed_function
;
}
Show full blame
Prev
1
2
Next