"llvm/unittests/Analysis/MemorySSA.cpp" did not exist on "d8cdc36f761333ee2f1be5781574923aa831deb9"
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
Loading
Please sign in to comment