llvm-project/polly/lib/Support
Michael Kruse 95b39da8ae [Simplify] Fix invalid removal write for escaping values.
A PHI node's incoming block is the user of its operand, not the PHI's parent.

Assuming the PHINode's parent being the user lead to the removal of a
MemoryAccesses because its use was assumed to be inside of the SCoP.

llvm-svn: 309164
2017-07-26 19:58:15 +00:00
..
DumpModulePass.cpp [Support] Add -polly-dump-module pass. 2017-03-09 22:29:58 +00:00
GICHelper.cpp Fix a lot of typos. NFC. 2017-06-08 12:06:15 +00:00
ISLTools.cpp Use isl C++ foreach implementation 2017-04-14 13:39:40 +00:00
Mainpage.h docs: Add doxygen mainpage 2016-03-07 21:17:48 +00:00
RegisterPasses.cpp [ForwardOpTree] Introduce the -polly-optree pass. 2017-07-22 14:02:47 +00:00
SCEVAffinator.cpp [SCEVAffinator] Do not scan redundantly for parameters 2016-11-13 21:28:07 +00:00
SCEVValidator.cpp [SCEVValidator] Loop exit values of loops before the SCoP are synthesizable. 2017-07-26 13:05:45 +00:00
ScopHelper.cpp Make byref llvm::Use parameters const. NFC. 2017-07-19 20:41:56 +00:00
ScopLocation.cpp clang-tidy: Add llvm namespace comments 2016-06-23 22:17:27 +00:00
VirtualInstruction.cpp [Simplify] Fix invalid removal write for escaping values. 2017-07-26 19:58:15 +00:00