Skip to content

Commit 20c9378

Browse files
committed
add a todo comment
1 parent 97dcea3 commit 20c9378

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/test/CodeGen/LoongArch/ir-instruction/sdiv-udiv-srem-urem-div32.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
; RUN: llc --mtriple=loongarch64 -mattr=+d,-div32 < %s | FileCheck %s --check-prefix=LA64
33
; RUN: llc --mtriple=loongarch64 -mattr=+d,+div32 < %s | FileCheck %s --check-prefix=LA64-DIV32
44

5+
; TODO: Use div.w/mod.w for sdiv/srem i32
6+
57
define i32 @divw(i64 %a, i64 %b) {
68
; LA64-LABEL: divw:
79
; LA64: # %bb.0:

0 commit comments

Comments
 (0)