[PATCH] D138292: [AArch64][SME]: Generate streaming-compatible code for int-minmax, fp-minmax

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 21 09:46:53 PST 2022


sdesmalen added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-minmax.ll:252
 
 define void @smin_v16i16(<16 x i16>* %a, <16 x i16>* %b) vscale_range(2,0) #0 {
 ; CHECK-LABEL: smin_v16i16:
----------------
All the tests with `vscale_range(2, 0)` can be removed, because these are already tested in the regular fixed-width test file.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138292



More information about the llvm-commits mailing list