[llvm] [RISCV][ISel] Combine scalable vector add/sub/mul with zero/sign extension (PR #72340)

Wang Pengcheng via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 1 23:33:44 PST 2024


================
@@ -1231,16 +1231,17 @@ define <vscale x 1 x i64> @ctlz_nxv1i64(<vscale x 1 x i64> %va) {
 ;
 ; CHECK-F-LABEL: ctlz_nxv1i64:
 ; CHECK-F:       # %bb.0:
-; CHECK-F-NEXT:    vsetvli a0, zero, e32, mf2, ta, ma
+; CHECK-F-NEXT:    li a0, 190
----------------
wangpc-pp wrote:

What happens to this part? I think this is a regession.

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


More information about the llvm-commits mailing list