summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/clang/libLLVMInstCombine/Makefile
blob: 1fd3c8fd18fad3200ec98a17a08fb832769edf25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $OpenBSD: Makefile,v 1.5 2020/08/03 14:45:26 patrick Exp $

LIB=	LLVMInstCombine
NOPROFILE=

CPPFLAGS+=	-I${LLVM_SRCS}/include/llvm/Transforms
CPPFLAGS+=	-I${LLVM_SRCS}/include/llvm/Transforms/InstCombine
CPPFLAGS+=	-I${.OBJDIR}/../include/llvm/Transforms/InstCombine

SRCS+=	AggressiveInstCombine.cpp \
	InstructionCombining.cpp \
	InstCombineAddSub.cpp \
	InstCombineAtomicRMW.cpp \
	InstCombineAndOrXor.cpp \
	InstCombineCalls.cpp \
	InstCombineCasts.cpp \
	InstCombineCompares.cpp \
	InstCombineLoadStoreAlloca.cpp \
	InstCombineMulDivRem.cpp \
	InstCombinePHI.cpp \
	InstCombineSelect.cpp \
	InstCombineShifts.cpp \
	InstCombineSimplifyDemanded.cpp \
	InstCombineVectorOps.cpp \
	TruncInstCombine.cpp

.PATH:	${.CURDIR}/../../../llvm/llvm/lib/Transforms/InstCombine
.PATH:	${.CURDIR}/../../../llvm/llvm/lib/Transforms/AggressiveInstCombine