Subject: [PATCH-v5] Detect and mark reduction like statements
authorJohannes Doerfert <jdoerfert@codeaurora.org>
Tue, 17 Jun 2014 17:31:36 +0000 (17:31 +0000)
committerJohannes Doerfert <jdoerfert@codeaurora.org>
Tue, 17 Jun 2014 17:31:36 +0000 (17:31 +0000)
commit0ee1f2147856789b4ae26c79c261bd99579b3387
treea35fb07d494fe9acad969c346910e4548016f0a7
parenta566efbec9d971deee9e61db100ac97f9256cea4
Subject: [PATCH-v5] Detect and mark reduction like statements

+ Flag to indicate reduction like statements
+ Command line option to (dis)allow multiplicative reduction opcodes
+ Two simple positive test cases, one fp test case w and w/o fast math
+ One "negative" test case (only reduction like but no reduction)

llvm-svn: 211114
polly/include/polly/ScopInfo.h
polly/lib/Analysis/ScopInfo.cpp