[llvm] [VectorCombine] fold fptoui(fdiv(uitofp(x),uitofp(y))) into udiv(x,y) (PR #214844)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 23 06:28:46 PDT 2026


dtcxzyw wrote:

> is there any specific api to get back x from constant folded uitofp(x), without creating a new fptoui instruction.

Please refer to https://github.com/llvm/llvm-project/pull/205853.


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


More information about the llvm-commits mailing list