Files
clang-p2996/llvm/test/Transforms/InstSimplify/ConstProp
Nikita Popov 475f30dfc8 [ConstantFolding] Preserve inbounds when casting GEP indices
This canonicalization just makes the implicit sext/trunc explicit,
and does not affect the inbounds-ness of the GEP.
2023-03-09 13:08:19 +01:00
..