This is an archive of the discontinued LLVM Phabricator instance.

[SDAG] Don't pass inline asm blobs through ExternalSymbolSDNodes
Needs ReviewPublic

Authored by rnk on May 7 2015, 1:58 PM.

Details

Reviewers
echristo
Summary

Shoving the string through the ExternalSymbol uniquing hash tables is a
waste of time. Instead, just point at the InlineAsm value from the IR,
and pull the string out later when we lower to MI.

Diff Detail

Event Timeline

rnk updated this revision to Diff 25232.May 7 2015, 1:58 PM
rnk retitled this revision from to [SDAG] Don't pass inline asm blobs through ExternalSymbolSDNodes.
rnk updated this object.
rnk added a reviewer: echristo.
rnk added a subscriber: Unknown Object (MLST).