OSDN Git Service

[SelectionDAG] getRawSubclassData should not return HasDebugValue.
authorChih-Hung Hsieh <chh@google.com>
Thu, 1 Dec 2016 21:56:33 +0000 (21:56 +0000)
committerChih-Hung Hsieh <chh@google.com>
Thu, 1 Dec 2016 21:56:33 +0000 (21:56 +0000)
commitbc7dc480be4b503b81d4e63f97fb499b6873a1fa
treea506019020416fc3e753fbe378dfd9298be4c447
parentf01615356a7c472ffd52d4912b7e0db476e71470
[SelectionDAG] getRawSubclassData should not return HasDebugValue.

This change fixes a regression in r279537 and
makes getRawSubclassData behave like r279536.
Without this change, the fp128-g.ll test case will have an
infinite loop involving SoftenFloatRes_LOAD.

Differential Revision: http://reviews.llvm.org/D26942

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288420 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h
test/CodeGen/X86/fp128-g.ll [new file with mode: 0644]