[llvm] [LoopPredication] Fix division by zero in case of zero branch weights (PR #66506)

Danila Malyutin via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 15 09:05:39 PDT 2023


================
@@ -1,12 +1,31 @@
-; XFAIL: *
----------------
danilaml wrote:

I've seen it done before. Regarding assertions - without them the crash would be just division by zero. Otherwise, the buildbots would complain about XFAIL passing.

https://github.com/llvm/llvm-project/pull/66506


More information about the llvm-commits mailing list