[llvm] [RISCV][VLOPT] Add fsqrt instruction to isSupportInstr (PR #127462)
Pengcheng Wang via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 17 02:43:49 PST 2025
================
@@ -1318,11 +1318,10 @@ define void @sqrt_v6bf16(ptr %x) {
; CHECK: # %bb.0:
; CHECK-NEXT: vsetivli zero, 6, e16, m1, ta, ma
; CHECK-NEXT: vle16.v v8, (a0)
-; CHECK-NEXT: vsetivli zero, 8, e16, m1, ta, ma
----------------
wangpc-pp wrote:
Good point! I didn't realise this.
https://github.com/llvm/llvm-project/pull/127462
More information about the llvm-commits
mailing list