[all-commits] [llvm/llvm-project] 635f37: [RISCV] Correct the LMUL operand for __riscv_sf_vc...

Craig Topper via All-commits all-commits at lists.llvm.org
Fri Feb 20 00:36:50 PST 2026


  Branch: refs/heads/release/22.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 635f37ca87681c799c51a0142d434d159672d1ec
      https://github.com/llvm/llvm-project/commit/635f37ca87681c799c51a0142d434d159672d1ec
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2026-02-20 (Fri, 20 Feb 2026)

  Changed paths:
    M clang/lib/Headers/sifive_vector.h
    M clang/test/CodeGen/RISCV/sifive-intrinsics/non-policy/non-overloaded/xsfvcp-x.c

  Log Message:
  -----------
  [RISCV] Correct the LMUL operand for __riscv_sf_vc_i_se_u8mf4 and __riscv_sf_vc_i_se_u8mf2 intrinsics. (#182345)

mf2 is should 7 (-1 in 3 bits). mf4 should be 6 (-2 in 3 bits).

(cherry picked from commit d93ad10a2e9fb07132771cc5c9f356d4439c8950)



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list