[PATCH] D84479: [X86] Detect if EFLAGs is live across XBEGIN pseudo instruction. Add it as livein to the basic blocks created when expanding the pseudo

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 24 11:54:36 PDT 2020


craig.topper updated this revision to Diff 280534.
craig.topper added a comment.

Share code with CMOV pseudo expansion. Also check for liveins of the successor BBs which was done by cmov.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84479/new/

https://reviews.llvm.org/D84479

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/X86/pr46827.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84479.280534.patch
Type: text/x-patch
Size: 4943 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200724/1412aebe/attachment.bin>


More information about the llvm-commits mailing list