| commit | 9a46718378550a33236ba73dcf6a7df31e01c27a | [log] [tgz] |
|---|---|---|
| author | Tim Northover <tnorthover@apple.com> | Wed Sep 21 12:57:45 2016 +0000 |
| committer | Tim Northover <tnorthover@apple.com> | Wed Sep 21 12:57:45 2016 +0000 |
| tree | b729c89df8292f04cfe57d64ad980f459a7a72ec | |
| parent | 862758ec14741db27ef4594b1ba26ce5825de8a6 [diff] |
GlobalISel: produce correct code for signext/zeroext ABI flags. We still don't really have an equivalent of "AssertXExt" in DAG, so we don't exploit the guarantees on the receiving side yet, but this should produce conservatively correct code on iOS ABIs. llvm-svn: 282069