1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/include
Johannes Doerfert 2f34f28211 [Attributor][FIX] Replace uses first, then values
Before we replaced value by registering all their uses. However, as we
replace a value old uses become stale. We now replace values explicitly
and keep track of "new values" when doing so to avoid replacing only
uses in stale/old values but not their replacements.
2021-07-06 22:43:51 -05:00
..
llvm [Attributor][FIX] Replace uses first, then values 2021-07-06 22:43:51 -05:00
llvm-c [Orc] At CBindings for LazyRexports 2021-07-01 21:52:05 +02:00