Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d3860e66701cf4046c1f3562b631a8bc474f4af4
/
llvm
/
lib
/
Transforms
/
Utils
/
VNCoercion.cpp
95d2347
[IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVectorTy/isFPOrFPVectorTy to shorten code. NFC
by Craig Topper
· 8 years ago
06f962c
[GVN] Fix a crash on encountering non-integral pointers
by Keno Fischer
· 8 years ago
5945447
[GVN] Don't coerce non-integral pointers to integers or vice versa
by Sanjoy Das
· 9 years ago
12883b1
Templatize parts of VNCoercion, and add constant-only versions of the functions to be used in NewGVN.
by Daniel Berlin
· 9 years ago
cd07a0f
VNCoercion: Make the function signatures all consistent
by Daniel Berlin
· 9 years ago
5ac9179
Move memory coercion functions from GVN.cpp to VNCoercion.cpp so they can be shared between GVN and NewGVN.
by Daniel Berlin
· 9 years ago