mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
23067c1fec
The dividend in "signed % unsigned" is treated as unsigned instead of signed, causing unexpected behavior such as -64 % (uint64_t)24 == 0. Added a regression test in split-gep.ll Patched by Hao Liu. llvm-svn: 220618 |
||
---|---|---|
.. | ||
lit.local.cfg | ||
split-gep-and-gvn.ll | ||
split-gep.ll |