[llvm] [LICM][MustExec] Make must-exec logic for IV condition commutative (PR #93150)

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Thu May 23 11:11:52 PDT 2024


efriedma-quic wrote:

> I'm not sure what else can be done about that test.

Can we truncate the count?  I mean, the math in howManyLessThans doesn't fit into i64, but does the actual backedge-taken count overflow 64 bits?

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


More information about the llvm-commits mailing list