================
@@ -1,56 +0,0 @@
-; This test aims to check ability to support "Arithmetic with Overflow" 
intrinsics
----------------
AlexVlx wrote:

This relies on `CodeGenPrepare::combineToUSubWithOverflow` firing, however when 
encoding the int sizes we can do loop strength reduction before, which is 
preferable, but also means one no longer gets the overflow intrinsics inserted, 
hence the test is spurious. I think you mentioned elsewhere that it's risque to 
rely on specific optimisations, and since the correct lowering of the overflow 
intrinsics is already covered, this seems spurious, hence the removal.

https://github.com/llvm/llvm-project/pull/110695
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to