1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00
llvm-mirror/include
Johannes Doerfert 0b9a71956c [Attributor][FIX] Do not replace a value with a non-dominating instruction
We have to be careful when we replace values to not use a non-dominating
instruction. It makes sense that simplification offers those as
"simplified values" but we can't manifest them in the IR without PHI
nodes. In the future we should consider potentially adding those PHI
nodes.
2021-07-10 16:09:30 -05:00
..
llvm [Attributor][FIX] Do not replace a value with a non-dominating instruction 2021-07-10 16:09:30 -05:00
llvm-c [Orc] At CBindings for LazyRexports 2021-07-01 21:52:05 +02:00