diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2023-06-18 17:37:17 +0100 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2023-06-18 17:37:17 +0100 |
commit | fb60dda1893eb9d0420de25b84fb023dc8424aeb (patch) | |
tree | 07826a10d8b5d2817d709f1939859c7f7e381c1e /llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp | |
parent | 46479ea785efe834bfc65b2dc53a70a1b8210319 (diff) | |
download | llvm-fb60dda1893eb9d0420de25b84fb023dc8424aeb.zip llvm-fb60dda1893eb9d0420de25b84fb023dc8424aeb.tar.gz llvm-fb60dda1893eb9d0420de25b84fb023dc8424aeb.tar.bz2 |
[GlobalIsel][X86] selectDivRem - fix typo in 64-bit AH handling code
This function was lifted from fast-isel, and still referred to the Instruction::SRem/URrem opcodes, instead of the G_SREM/G_UREM opcodes.
But it turns out these aren't necessary at all as only the G_SREM/G_UREM codepaths will use the AH register for DivRemResultReg anyhow.
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp')
0 files changed, 0 insertions, 0 deletions