1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib/Transforms
Sanjoy Das 64884488b6 Tighten the invariants around LoopBase::invalidate
Summary:
With this change:
 - Methods in LoopBase trip an assert if the receiver has been invalidated
 - LoopBase::clear frees up the memory held the LoopBase instance

This change also shuffles things around as necessary to work with this stricter invariant.

Reviewers: chandlerc

Subscribers: mehdi_amini, mcrosier, llvm-commits

Differential Revision: https://reviews.llvm.org/D38055

llvm-svn: 313708
2017-09-20 02:31:57 +00:00
..
Coroutines [Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes. Also affected in files (NFC). 2017-08-31 21:56:16 +00:00
Hello
InstCombine [X86] Remove VPERM2F128/VPERM2I128 intrinsics and autoupgrade to native shuffles. 2017-09-16 07:36:14 +00:00
Instrumentation [gcov] Emit errors when opening the notes file fails 2017-09-18 21:31:48 +00:00
IPO [LoopInfo] Make LoopBase and Loop destructors non-public 2017-09-19 23:19:00 +00:00
ObjCARC [ObjCARC] Pass the correct BasicBlock to fix assertion failure. 2017-08-31 18:27:47 +00:00
Scalar Tighten the invariants around LoopBase::invalidate 2017-09-20 02:31:57 +00:00
Utils Tighten the invariants around LoopBase::invalidate 2017-09-20 02:31:57 +00:00
Vectorize Allow ORE.emit to take a closure to delay building the remark object 2017-09-19 23:00:55 +00:00
CMakeLists.txt
LLVMBuild.txt