Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [mips] Revert rL324869 | Simon Atanasyan | 2018-02-12 | 1 | -13/+0 |
| | | | | | | | This commit adds inlineasm-cnstrnt-bad-l.ll which is clashing with inlineasm-cnstrnt-bad-L.ll on case insensitive file systems. llvm-svn: 324882 | ||||
* | [mips] Fix 'l' constraint handling for types smaller than 32 bits | Simon Atanasyan | 2018-02-12 | 1 | -0/+13 |
In case of correct using of the 'l' constraint llvm now generates valid code; otherwise it shows an error message. Initially these triggers an assertion. llvm-svn: 324869 |