[llvm] [SimplifyCFG] handle monotonic wrapped case for D150943 (PR #65882)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 10 22:47:26 PDT 2023
================
@@ -2039,3 +2039,32 @@ return:
%x = phi i8 [ 3, %sw.default ], [ 124, %sw.bb3 ], [ -99, %sw.bb2 ], [ -66, %sw.bb1 ], [ -33, %entry ]
ret i8 %x
}
+
+define i8 @linearmap_dec_wrapped_mon(i3 %0) { ; Assume 1
----------------
mikaelholmen wrote:
Not sure if you really want to leave those "; Assume 1" comments etc that I made in the testcase when you submit it?
https://github.com/llvm/llvm-project/pull/65882
More information about the llvm-commits
mailing list