[Attributor][NFC] Precommit tests exposing a conceptual simplification problem
Value simplification works under the implicit assumption that two SSA values (`llvm::Value`) that are pointer equal are also equal at runtime. This is mostly true except for values that are instantiated multiple times. These test cases expose the problems we currently have when it comes to recursion and multiple instances of values.
Loading
Please sign in to comment