[llvm] [InstCombine] Add assumption to preserve deref info after sinking. (PR #120888)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 22 07:16:37 PST 2024
================
@@ -59,16 +59,20 @@ class User;
class LLVM_LIBRARY_VISIBILITY InstCombinerImpl final
: public InstCombiner,
public InstVisitor<InstCombinerImpl, Instruction *> {
+ bool CleanupAssumptions = false;
----------------
dtcxzyw wrote:
This option should be taken into account by LastRunTrackingAnalysis.
https://github.com/llvm/llvm-project/pull/120888
More information about the llvm-commits
mailing list