![]() Clang does not accept instructions like brasl %r0,.-0x100000000, because the second operand's right-hand-side (0x100000000) barely misses the acceptable range. However, since it's being subtracted, it makes sense to perform the range check on the negated value. Reviewed By: uweigand Differential Revision: https://reviews.llvm.org/D124780 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
SystemZAsmParser.cpp |