[PATCH] D104471: [llvm][sve] Lowering for VLS truncating stores

David Truby via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 8 04:34:13 PDT 2021


DavidTruby marked 2 inline comments as done.
DavidTruby added inline comments.


================
Comment at: llvm/test/CodeGen/Mips/msa/f16-llvm-ir.ll:1012
 
-declare float @llvm.powi.f32.i32(float, i32)
+declare float @llvm.powi.f32(float, i32)
 
----------------
efriedma wrote:
> Not sure what this change is about?
Looks like this snuck in when I rebased, I've removed it as a change.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104471



More information about the llvm-commits mailing list