From: LLVM GN Syncbot Date: Sun, 28 Mar 2021 18:35:33 +0000 (+0000) Subject: [gn build] Port 7b6f760fcd19 X-Git-Tag: llvmorg-14-init~11073 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e9746d2291f3287fd47e8135a9e7d735d2d45db;p=platform%2Fupstream%2Fllvm.git [gn build] Port 7b6f760fcd19 --- diff --git a/llvm/utils/gn/secondary/llvm/lib/Target/ARM/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Target/ARM/BUILD.gn index 36ac22d..2847ac1 100644 --- a/llvm/utils/gn/secondary/llvm/lib/Target/ARM/BUILD.gn +++ b/llvm/utils/gn/secondary/llvm/lib/Target/ARM/BUILD.gn @@ -98,9 +98,10 @@ static_library("LLVMARMCodeGen") { "ARMTargetTransformInfo.cpp", "MLxExpansionPass.cpp", "MVEGatherScatterLowering.cpp", + "MVELaneInterleavingPass.cpp", + "MVETPAndVPTOptimisationsPass.cpp", "MVETailPredication.cpp", "MVEVPTBlockPass.cpp", - "MVETPAndVPTOptimisationsPass.cpp", "Thumb1FrameLowering.cpp", "Thumb1InstrInfo.cpp", "Thumb2ITBlockPass.cpp",