[PATCH] D127680: [BasicTTI] Allow generic handling of scalable vector fshr/fshl

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 10:53:22 PDT 2022


reames added inline comments.


================
Comment at: llvm/test/Analysis/CostModel/RISCV/rvv-intrinsics.ll:39
 ;
   call <vscale x 1 x i32> @llvm.fshr.v4i32(<vscale x 1 x i32> %a, <vscale x 1 x i32> %b, <vscale x 1 x i32> %c)
   ret void
----------------
craig.topper wrote:
> This should be llvm.fshr.nxv1i32. The instrinsic parser is lax about checking the type part of the string.
Oops, fixed.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127680/new/

https://reviews.llvm.org/D127680



More information about the llvm-commits mailing list