| commit | 32e1be7bd0fa651cc9240ffb082ccd7e8ae319ce | [log] [tgz] |
|---|---|---|
| author | Andrew Trick <atrick@apple.com> | Thu Jan 09 00:22:31 2014 +0000 |
| committer | Andrew Trick <atrick@apple.com> | Thu Jan 09 00:22:31 2014 +0000 |
| tree | 20fb4eb621c1f6d44534bd730a3e2c03cc341fbc | |
| parent | 0d84069e1766c00af5ae6658b2f0d539f4524762 [diff] |
llvm.experimental.stackmap: fix encoding of large constants. In the stackmap format we advertise the constant field as signed. However, we were determining whether to promote to a 64-bit constant pool based on an unsigned comparison. This fix allows -1 to be encoded as a small constant. llvm-svn: 198816