[PATCH] D44797: [MC, X86] Cleanup some X86 parser functions to use MCParser helpers. NFCI.

Nirav Dave via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 22 11:41:34 PDT 2018


niravd created this revision.
niravd added reviewers: jyknight, craig.topper.
Herald added a subscriber: hiraditya.

[DAG, X86] Fix ISel-time node insertion ids

As in SystemZ backend, correctly propagate node ids when inserting new
unselected nodes into the DAG during instruction Seleciton for X86
target.

Fixes PR36865.


Repository:
  rL LLVM

https://reviews.llvm.org/D44797

Files:
  llvm/include/llvm/CodeGen/SelectionDAGISel.h
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
  llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
  llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
  llvm/test/CodeGen/X86/pr36865.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44797.139484.patch
Type: text/x-patch
Size: 9857 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180322/9ad289d4/attachment-0001.bin>


More information about the llvm-commits mailing list