[PATCH] D71865: [X86FixupSetCC] Remember the preceding eflags defining instruction while we're scanning the basic block instead of looking back for it.
Ulrich Weigand via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 25 04:27:07 PST 2019
uweigand accepted this revision.
uweigand added a comment.
This revision is now accepted and ready to land.
Otherwise, this LGTM.
================
Comment at: llvm/lib/Target/X86/X86FixupSetCC.cpp:49
enum { SearchBound = 16 };
----------------
This is now also dead.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71865/new/
https://reviews.llvm.org/D71865
More information about the llvm-commits
mailing list