[PATCH] D71383: [LoopGuard] Instructions in loop preheader and loop exit must be safe to execute speculatively.
Whitney Tsang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 16 15:38:05 PST 2019
Whitney added a comment.
> I was assuming you need this change for your use case. If getLoopGuardBranch already fits your use case, I indeed do not see a reason to change it?
I actually don't need this change. My motivation is only to make it closer to what we discussed in the loop opt meeting.
If I don't see any objection, I will cancel this PR and keep getLoopGuardBranch as yes. Thanks everyone for spending the time to review it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71383/new/
https://reviews.llvm.org/D71383
More information about the llvm-commits
mailing list