[InferAddressSpaces] Use poison instead of undef as placeholder [NFC]
authorNuno Lopes <nuno.lopes@tecnico.ulisboa.pt>
Sun, 16 Jul 2023 21:33:00 +0000 (22:33 +0100)
committerNuno Lopes <nuno.lopes@tecnico.ulisboa.pt>
Sun, 16 Jul 2023 21:33:09 +0000 (22:33 +0100)
commit89552f3a385ea5e13f49403b56d9314837fab2de
tree60b7c46918d332b68064bc00545b608b66bd9dbc
parentf32a9c3bc667576cae3cb5089055876c1dd1fb1c
[InferAddressSpaces] Use poison instead of undef as placeholder [NFC]
This placeholder is only used during the execution of the algorithm, and it's patched with a
concrete value at the end
llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp