We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15645d0 commit 994ef4eCopy full SHA for 994ef4e
llvm/test/Transforms/InstCombine/rotate.ll
@@ -105,8 +105,8 @@ define <2 x i32> @rotr_v2i32_constant_nonsplat(<2 x i32> %x) {
105
ret <2 x i32> %r
106
}
107
108
-define <2 x i36> @rotl_v2i16_constant_nonsplat(<2 x i36> %x) {
109
-; CHECK-LABEL: @rotl_v2i16_constant_nonsplat(
+define <2 x i36> @rotl_v2i36_constant_nonsplat(<2 x i36> %x) {
+; CHECK-LABEL: @rotl_v2i36_constant_nonsplat(
110
; CHECK-NEXT: [[SHL:%.*]] = shl <2 x i36> [[X:%.*]], <i36 21, i36 11>
111
; CHECK-NEXT: [[SHR:%.*]] = lshr <2 x i36> [[X]], <i36 15, i36 25>
112
; CHECK-NEXT: [[R:%.*]] = or <2 x i36> [[SHL]], [[SHR]]
0 commit comments