[all-commits] [llvm/llvm-project] 3c2569: [AMDGPU] Fix LowerDIVREM24 lowering for the unsign...
Manuel Carrasco via All-commits
all-commits at lists.llvm.org
Thu May 7 13:24:44 PDT 2026
Branch: refs/heads/users/mgcarrasco/divrem24-miscompilation
Home: https://github.com/llvm/llvm-project
Commit: 3c2569b9a46cdce42af62f407075cdc84491dfbf
https://github.com/llvm/llvm-project/commit/3c2569b9a46cdce42af62f407075cdc84491dfbf
Author: Manuel Carrasco <Manuel.Carrasco at amd.com>
Date: 2026-05-07 (Thu, 07 May 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
A llvm/test/CodeGen/AMDGPU/udiv-miscompilation.ll
M llvm/test/CodeGen/AMDGPU/udiv.ll
M llvm/test/CodeGen/AMDGPU/udivrem24.ll
Log Message:
-----------
[AMDGPU] Fix LowerDIVREM24 lowering for the unsigned case
The code was not properly checking that the operands were
24-bit integers for the unsigned case.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list