[llvm] [X86] Lower vector integer division and remainder through float division (PR #205263)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 30 02:59:01 PDT 2026


Andarwinux wrote:

Looks like there's no CostTable for variable division in X86TargetTransformInfo? the cost of vector SDIV/SREM/UDIV/UREM also needs to be included, otherwise vectorizers will not attempt to vectorize them.

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


More information about the llvm-commits mailing list