[llvm] [X86][GlobalISel] Enable G_SDIV/G_UDIV/G_SREM/G_UREM (PR #81615)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 27 22:20:09 PST 2024


arsenm wrote:

> @topperc maybe we can add a subreg-superreg check to `MachineVerifier`?

Not really, the operation is more fundamentally broken. It is promising something about bits in registers which are not represented in the instruction 

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


More information about the llvm-commits mailing list