Files
clang-p2996/llvm/test/Transforms/ArgumentPromotion
Pavel Samolysov d6852155b9 [ArgPromotion] Add tests for already seen offsets (NFC)
If a load with the same offset has already been seen but the load had
a lower alignment, the pass has to check whether the pointer is
dereferenceable and is sufficiently aligned (so, the new alignment must
be taken into account).
2022-05-13 13:29:38 +03:00
..