Files
clang-p2996/llvm/lib/Transforms/InstCombine
Danila Malyutin 4a65e6783b [InstCombine] return the result of the GEP of PHI transformation early
Without this change this function could return nullptr if no further
transformation took place making InstCombine pass incorrectly report no
IR changes preventing analyses invalidation.

Differential Revision: https://reviews.llvm.org/D140004
2022-12-14 14:56:38 +03:00
..