Files
clang-p2996/llvm/test/Transforms/SROA
Nikita Popov fc6e91fe81 [Local] Handle size mismatch between pointer/int in copyRangeMetadata()
SROA may convert a wide integer load into a narrow pointer load,
make sure we don't crash. It would not be legal to transfer the
metadata in this case.
2023-03-31 12:20:34 +02:00
..