[PATCH] D138588: [AArch64][SME]: Scalarize masked gather/scatter in streaming mode
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 30 07:40:34 PST 2022
sdesmalen added inline comments.
================
Comment at: llvm/test/Transforms/ScalarizeMaskedMemIntrin/AArch64/expand-masked-gather.ll:1
-; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt -enable-new-pm=0 -S %s -scalarize-masked-mem-intrin -mtriple=aarch64-linux-gnu -mattr=+sve -force-streaming-compatible-sve | FileCheck %s
----------------
For this patch, I don't think you have to add any files in a precursory patch. There's not much value in that since we're not looking at a subtle differences in assembly.
In that case, there is also no need to 'delete' any files.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138588/new/
https://reviews.llvm.org/D138588
More information about the llvm-commits
mailing list