Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [MC] Use LShr for constant evaluation of ">>" on ELF/arm64--darwin. | Ahmed Bougacha | 2015-04-28 | 1 | -1/+1 |
| | | | | | | | | | | This matches other assemblers and is less unexpected (e.g. PR23227). On ELF, I tried binutils gas v2.24 and nasm 2.10.09, and they both agree on LShr. On COFF, I couldn't get my hands on an assembler yet, so don't change the behavior. For now, don't change it on non-AArch64 Darwin either, as the other assembler is gas v1.38, which does an AShr. llvm-svn: 235963 | ||||
* | split this test into arch specific pieces, so the ARM | Chris Lattner | 2011-02-25 | 1 | -0/+15 |
test isn't run when the arm backend isn't built. This fixes PR9327 llvm-svn: 126500 |