diff options
author | Bob Wilson <bob.wilson@apple.com> | 2014-11-12 23:01:24 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2014-11-12 23:01:24 +0000 |
commit | ec9a8c8b10f85a07037b2c7fc3d66d5fbd75c3d5 (patch) | |
tree | 9fb0488ed391769d49d7d1de652a9334f060d586 /llvm/lib/CodeGen | |
parent | 04348de5d397f03347f45280be2810d6f4ba4815 (diff) | |
download | bcm5719-llvm-ec9a8c8b10f85a07037b2c7fc3d66d5fbd75c3d5.tar.gz bcm5719-llvm-ec9a8c8b10f85a07037b2c7fc3d66d5fbd75c3d5.zip |
PR21518: Use unsigned arithmetic for trapping add/sub functions.
The code in {add,sub}v.i3 routines does not trap when it should, because
it performs the actual add/subtract operation in signed arithmetic,
rather than unsigned.
Patch by Francois-Xavie Coudert!
llvm-svn: 221826
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions