[PATCH] D75923: [Attributor] Deduction based on recursive path exploration
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 10 12:00:46 PDT 2020
jdoerfert added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:1064
+ return true;
+ };
+
----------------
What happens if there is a different terminator here? I mean do we handle them all correctly?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75923/new/
https://reviews.llvm.org/D75923
More information about the llvm-commits
mailing list