[PATCH] D83341: [SVE] Scalarize fixed length masked loads and stores.

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 7 13:19:55 PDT 2020


paulwalker-arm added a reviewer: kmclaughlin.
paulwalker-arm marked an inline comment as done.
paulwalker-arm added inline comments.


================
Comment at: llvm/test/Transforms/ScalarizeMaskedMemIntrin/AArch64/expand-masked-load.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -S %s -scalarize-masked-mem-intrin -mtriple=aarch64-linux-gnu | FileCheck %s
----------------
For information I just copied these tests from ScalarizeMaskedMemIntrin/X86.  I did consider moving them somewhere common but when we add code generation support for fixed length masked ops they'll diverge anyway.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83341





More information about the llvm-commits mailing list