diff options
author | Fiona Glaser <escha@apple.com> | 2015-04-21 00:05:41 +0000 |
---|---|---|
committer | Fiona Glaser <escha@apple.com> | 2015-04-21 00:05:41 +0000 |
commit | 0d41db11a2dcfc8f4410fb45aaa74d5ec1d10311 (patch) | |
tree | 73038e5ecc20b1034fb92a1809a4d8b24f028b88 /llvm/utils/vim | |
parent | 80f958dbf430dfe828a525d560d97eb14f5cf7ca (diff) | |
download | bcm5719-llvm-0d41db11a2dcfc8f4410fb45aaa74d5ec1d10311.tar.gz bcm5719-llvm-0d41db11a2dcfc8f4410fb45aaa74d5ec1d10311.zip |
InstCombine: fold (sitofp (zext x)) to (uitofp x)
This is okay because the zext guarantees the high bit is zero,
and so the value is unsigned.
llvm-svn: 235364
Diffstat (limited to 'llvm/utils/vim')
0 files changed, 0 insertions, 0 deletions