mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 16:50:51 +08:00
d92c2a75926fb4cf6e206ba3c2c9698065958243
When we hoist two loads above an if, we can preserve the nonnull metadata. We could also do the same for sinking them, but we appear to not handle metadata at all in that case. Thanks to Hal for the review. Differential Revision: http://reviews.llvm.org/D5910 llvm-svn: 220392
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%