[PATCH] D74024: [X86] Remove SETB_C8r/SETB_C16r pseudo instructions. Use SETB_C32r and EXTRACT_SUBREG instead.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 6 10:29:58 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG600f2e1c4de5: [X86] Remove SETB_C8r/SETB_C16r pseudo instructions. Use SETB_C32r and… (authored by craig.topper).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74024

Files:
  llvm/lib/Target/X86/X86FlagsCopyLowering.cpp
  llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
  llvm/lib/Target/X86/X86InstrCompiler.td
  llvm/lib/Target/X86/X86InstrInfo.cpp
  llvm/test/CodeGen/X86/2010-08-04-MaskedSignedCompare.ll
  llvm/test/CodeGen/X86/flags-copy-lowering.mir
  llvm/test/CodeGen/X86/sbb.ll
  llvm/test/CodeGen/X86/vector-compare-any_of.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74024.242940.patch
Type: text/x-patch
Size: 12097 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200206/23678d33/attachment.bin>


More information about the llvm-commits mailing list