summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/stackmap-large-constants.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Stackmaps] Make test less fragile. NFC.Juergen Ributzka2014-11-041-2/+2
| | | | llvm-svn: 221276
* The patchpoint lowering logic would crash with live constants equal toSanjoy Das2014-11-041-0/+83
the tombstone or empty keys of a DenseMap<int64_t, T>. This patch fixes the issue (and adds a tests case). llvm-svn: 221214
OpenPOWER on IntegriCloud