[llvm] [InstCombine] Fold fptoui (fdiv (uitofp X), C) to udiv X, C (PR #205853)

Sungbin Jo via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 5 02:22:39 PDT 2026


================
@@ -0,0 +1,383 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
----------------
goranmoomin wrote:

i added the test case `vec_i16_float_neg_divisor` in addition to the `vec_i32_double_const` / `si32_double_vec` case that originally existed in the latest commit.

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


More information about the llvm-commits mailing list