[llvm] [GVNSink] Fix non-determinisms by using Depth-First ordering (PR #90995)
Paul Kirth via llvm-commits
llvm-commits at lists.llvm.org
Fri May 3 12:59:56 PDT 2024
================
@@ -28,3 +28,27 @@ if.end:
ret float %phi
}
+; CHECK-LABEL: scalarsSinkingReverse
----------------
ilovepi wrote:
can you add that detail as a comment in the test. This seems like something that could get lost and cause the test to be removed.
https://github.com/llvm/llvm-project/pull/90995
More information about the llvm-commits
mailing list