[PATCH] D138670: [AArch64][SME]: Generate streaming-compatible code for int/fp compares.
hassnaaHamdi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 24 08:15:05 PST 2022
hassnaa-arm added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-compares.ll:10
define <2 x i16> @fcmp_oeq_v2f16(<2 x half> %op1, <2 x half> %op2) #0 {
%cmp = fcmp oeq <2 x half> %op1, %op2
----------------
sdesmalen wrote:
> Why does this file not have CHECK lines for each test?
because this is a new test, and the test file was crashing, so I couldn't generate new code for the precursory patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138670/new/
https://reviews.llvm.org/D138670
More information about the llvm-commits
mailing list