OSDN Git Service

android: [CodeGen] Add pass to combine interleaved loads.
authorMauro Rossi <issor.oruam@gmail.com>
Thu, 14 Feb 2019 22:34:13 +0000 (23:34 +0100)
committerMauro Rossi <issor.oruam@gmail.com>
Tue, 24 Mar 2020 22:21:36 +0000 (23:21 +0100)
Porting of commit:

5e067bb ("Subject: [PATCH] [CodeGen] Add pass to combine interleaved loads.")

lib/CodeGen/Android.mk

index cb76d62..a8d2b1f 100644 (file)
@@ -41,6 +41,7 @@ codegen_SRC_FILES := \
   InlineSpiller.cpp \
   InterferenceCache.cpp \
   InterleavedAccessPass.cpp \
+  InterleavedLoadCombinePass.cpp \
   IntrinsicLowering.cpp \
   LatencyPriorityQueue.cpp \
   LazyMachineBlockFrequencyInfo.cpp \