[PATCH] D135541: [TargetLowering][RISCV][X86] Support even divisors in expandDIVREMByConstant.

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 24 01:53:39 PDT 2022


mstorsjo added a comment.

This caused miscompilations for me on 32 bit architectures (i386 and arm - while it didn't seem to trigger any such issues on 64 bit). I don't know offhand what/where the issue is yet though - does that aspect ring a bell for anyone, or do I need to dig further to see what's going on? (I guess it'd be best to revert this for now?)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135541/new/

https://reviews.llvm.org/D135541



More information about the llvm-commits mailing list