[llvm] [VectorCombine] fold fptoui(fdiv(uitofp(x),uitofp(y))) into udiv(x,y) (PR #214844)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 13 06:17:47 PDT 2026
https://github.com/RKSimon commented:
there's nothing to prevent scalar types folding with this - is that what we want? if so we need to add test coverage
https://github.com/llvm/llvm-project/pull/214844
More information about the llvm-commits
mailing list