LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 30625 - Add test coverage for SelectionDAG::getTargetIndex
Summary: Add test coverage for SelectionDAG::getTargetIndex
Status: NEW
Alias: None
Product: libraries
Classification: Unclassified
Component: Common Code Generator Code (show other bugs)
Version: trunk
Hardware: PC All
: P normal
Assignee: Unassigned LLVM Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-06 12:12 PDT by Vedant Kumar
Modified: 2018-01-29 15:18 PST (History)
3 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vedant Kumar 2016-10-06 12:12:21 PDT
This function is missing test coverage via check-llvm:

    SDValue getTargetIndex(int Index, EVT VT, int64_t Offset, unsigned char TargetFlags);

See this review for context: https://reviews.llvm.org/D24435