[PATCH] D67902: [X86] Use TargetConstant for condition code on X86ISD::SETCC/CMOV/BRCOND nodes.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 22 23:55:29 PDT 2019


craig.topper created this revision.
craig.topper added reviewers: RKSimon, spatel.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.

This removes the need for ConvertToTarget opcodes in the isel table.
It's also consistent with the recent changes to use TargetConstant
for intrinsic nodes that always take immediates.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D67902

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/lib/Target/X86/X86InstrCMovSetCC.td
  llvm/lib/Target/X86/X86InstrCompiler.td
  llvm/lib/Target/X86/X86InstrControl.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67902.221255.patch
Type: text/x-patch
Size: 27916 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190923/22ab7831/attachment.bin>


More information about the llvm-commits mailing list