[llvm] a043fcf - [AArch64] Fix test streaming-compatible-expand-masked-gather-scatter.ll

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 1 02:49:09 PST 2022


Author: David Sherwood
Date: 2022-12-01T10:49:02Z
New Revision: a043fcf92fa30b606eff8a5db862ffc7acc10729

URL: https://github.com/llvm/llvm-project/commit/a043fcf92fa30b606eff8a5db862ffc7acc10729
DIFF: https://github.com/llvm/llvm-project/commit/a043fcf92fa30b606eff8a5db862ffc7acc10729.diff

LOG: [AArch64] Fix test streaming-compatible-expand-masked-gather-scatter.ll

Fixes an issue introduced by D138588.

We should only run the test on a aarch64 registered target since it
makes use of a target-only flag.

Added: 
    

Modified: 
    llvm/test/Transforms/ScalarizeMaskedMemIntrin/AArch64/streaming-compatible-expand-masked-gather-scatter.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/ScalarizeMaskedMemIntrin/AArch64/streaming-compatible-expand-masked-gather-scatter.ll b/llvm/test/Transforms/ScalarizeMaskedMemIntrin/AArch64/streaming-compatible-expand-masked-gather-scatter.ll
index b0adcb843be9..3a629a2a3edb 100644
--- a/llvm/test/Transforms/ScalarizeMaskedMemIntrin/AArch64/streaming-compatible-expand-masked-gather-scatter.ll
+++ b/llvm/test/Transforms/ScalarizeMaskedMemIntrin/AArch64/streaming-compatible-expand-masked-gather-scatter.ll
@@ -1,4 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; REQUIRES: aarch64-registered-target
 ; RUN: opt -enable-new-pm=0 -S %s -scalarize-masked-mem-intrin -mtriple=aarch64-linux-gnu -mattr=+sve -force-streaming-compatible-sve | FileCheck %s
 
 define <2 x i32> @scalarize_v2i32(<2 x ptr> %p, <2 x i1> %mask, <2 x i32> %passthru) {


        


More information about the llvm-commits mailing list