[PATCH] D138292: [AArch64][SME]: Generate streaming-compatible code for int-minmax, fp-minmax
hassnaaHamdi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 22 08:59:47 PST 2022
hassnaa-arm marked an inline comment as done.
hassnaa-arm added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-minmax.ll:258
; CHECK-NEXT: ld1h { z1.h }, p0/z, [x1]
; CHECK-NEXT: smin z0.h, p0/m, z0.h, z1.h
; CHECK-NEXT: st1h { z0.h }, p0, [x0]
----------------
sdesmalen wrote:
> Did you forget to regenerate the tests? I would have expected different code after removing the vscale_range attribute, as it would require at least two smin operations for legalisation reasons.
yes, sorry, I forgot to regenerate it.
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