[llvm] [VectorCombine] fold fptoui(fdiv(uitofp(x),uitofp(y))) into udiv(x,y) (PR #214844)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 23 03:28:46 PDT 2026
Xylecrack wrote:
Hi @RKSimon, is there any specific api to get back x from constant folded `uitofp(x)`, without creating a new `fptoui` instruction.
https://github.com/llvm/llvm-project/pull/214844
More information about the llvm-commits
mailing list