[PATCH] D46799: [x86][eflags] Fix PR37431 by teaching the EFLAGS copy lowering to specifically handle SETB_C* pseudo instructions.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 14 19:52:09 PDT 2018


chandlerc updated this revision to Diff 146741.
chandlerc added a comment.

Fix a bug where we didn't explicitly zero-extend registers smaller than
32-bits. Thanks to Craig for pointing this out in review.


Repository:
  rL LLVM

https://reviews.llvm.org/D46799

Files:
  llvm/lib/Target/X86/X86FlagsCopyLowering.cpp
  llvm/test/CodeGen/X86/copy-eflags.ll
  llvm/test/CodeGen/X86/flags-copy-lowering.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46799.146741.patch
Type: text/x-patch
Size: 12717 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180515/b93c659f/attachment.bin>


More information about the llvm-commits mailing list