[PATCH] D20165: Check overflows in RTCs and bail accordingly

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Wed May 11 07:05:13 PDT 2016


jdoerfert added a comment.

This fixes 1 of the 4 runtime errors in the SPEC benchmarks for an unprofitable run. Additionally, support for truncate operations will cause an overflow in the RTCs in one of the LLVM-TS tests (MultiSource/Benchmarks/Fhourstones-3.1, function: transtore) for an unprofitable run.


http://reviews.llvm.org/D20165





More information about the llvm-commits mailing list