mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 04:17:17 +08:00
b34186ae386e9fbe46e4c4bc87f5dfbbbeda2ffc
We were calling llvm_unreachable() when failing to optimize the branch into if case. However, it is still possible for us to structurize the CFG by duplicating blocks even if this optimization fails. Reviewed-by: Vincent Lejeune<vljn at ovi.com> llvm-svn: 192813
…
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%