As the title states. I have a loop that vectorize with the condition `icmp slt i32 %inc, %dec` but doesn't with `icmp sgt i32 %dec, %inc` although they are logically the same. Reproducer vectorization succeed: https://compiler-explorer.com/z/MzaGzWeWa Reproducer vectorization fails: https://compiler-explorer.com/z/hPofjKK3G