[PATCH] D60138: [X86] Merge the different SETcc instructions for each condition code into single instructions that store the condition code as an operand.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 2 09:37:36 PDT 2019
craig.topper marked an inline comment as done.
craig.topper added inline comments.
================
Comment at: lib/Target/X86/X86FixupLEAs.cpp:158
+
+ if (!MI.isConvertibleTo3Addr())
+ return nullptr;
----------------
I'll pull this out of this patch and rebase later today.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60138/new/
https://reviews.llvm.org/D60138
More information about the llvm-commits
mailing list