[PATCH] D91218: Prevent FENTRY_CALL reordering
Ilya Leoshkevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 11 07:18:22 PST 2020
iii added a comment.
I guess you are right - cross-bb optimizations can still mess with it they want to. Let's do just `isCall` here and solve other problems when/if they arise.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91218/new/
https://reviews.llvm.org/D91218
More information about the llvm-commits
mailing list