OSDN Git Service

android: [X86] condition branches folding for three-way conditional codes
authorMauro Rossi <issor.oruam@gmail.com>
Sun, 10 Feb 2019 16:45:17 +0000 (17:45 +0100)
committerMauro Rossi <issor.oruam@gmail.com>
Tue, 24 Mar 2020 22:21:31 +0000 (23:21 +0100)
Porting of commit fa7848b1a02f2b36fc12786bbffd1c8a68866ca2
("[X86] condition branches folding for three-way conditional codes")

lib/Target/X86/Android.mk

index 8332e3e..9301b70 100644 (file)
@@ -19,6 +19,7 @@ x86_codegen_SRC_FILES := \
   X86CallFrameOptimization.cpp \
   X86CallingConv.cpp \
   X86CmovConversion.cpp \
+  X86CondBrFolding.cpp \
   X86DomainReassignment.cpp \
   X86ExpandPseudo.cpp \
   X86FastISel.cpp \