summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/inconsistent_landingpad.ll
Commit message (Collapse)AuthorAgeFilesLines
* [X86][NFC] Replace "<%s" with "< %s" in run-lines.Roman Lebedev2019-01-271-1/+1
| | | | | | | | While i have no intention of actually commiting regeneration of the check lines in these test files with update_llc_test_checks, lack of that whitespace breaks that util, which is mildly inconvenient. llvm-svn: 352318
* [SelectionDAGBuilder] Adds support for landingpads of token typeChen Li2015-12-161-0/+30
Summary: This patch adds a check in visitLandingPad to see if landingpad's result type is token type. If so, do not create DAG nodes for its exception pointer and selector value. This patch enables the back end to handle landingpads of token type. Reviewers: JosephTremoulet, majnemer, rnk Subscribers: sanjoy, llvm-commits Differential Revision: http://reviews.llvm.org/D15405 llvm-svn: 255749
OpenPOWER on IntegriCloud