mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
cf4bceba49a8ce888ec205b90a2159256ec915bd
folding improvements: if P points to a type of size zero, turn "gep P, N" into "P". More generally, if a gep index type has size zero, instcombine could replace the index with zero, but that is not done here. llvm-svn: 119942
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%