| commit | 1e88ac213b638ee44a766361851671e892c0f390 | [log] [tgz] |
|---|---|---|
| author | Diana Picus <diana.picus@linaro.org> | Tue Apr 30 09:05:25 2019 +0000 |
| committer | Diana Picus <diana.picus@linaro.org> | Tue Apr 30 09:05:25 2019 +0000 |
| tree | 1ea6ea44eaa77fe979626a5960ac94c11695d06b | |
| parent | c21ec00d2852fdbae9cf803602276e4f26ce76c1 [diff] |
[ARM GlobalISel] Be more careful about bailing out Bail out on function arguments/returns with types aggregating an unsupported type. This fixes cases where we would happily and incorrectly lower functions taking e.g. [1 x i64] parameters, when we don't even support plain i64 yet. llvm-svn: 359540