diff options
author | Sanjoy Das <sanjoy@playingwithpointers.com> | 2015-11-11 21:38:02 +0000 |
---|---|---|
committer | Sanjoy Das <sanjoy@playingwithpointers.com> | 2015-11-11 21:38:02 +0000 |
commit | cdafd8490a2d48aa14fe79b5a23ef37c2666112f (patch) | |
tree | 770980591c6dcaa83e23603f189b45f00874e659 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 77ef54288ab901a44545d2e69dad8365ad1ee27a (diff) | |
download | llvm-cdafd8490a2d48aa14fe79b5a23ef37c2666112f.zip llvm-cdafd8490a2d48aa14fe79b5a23ef37c2666112f.tar.gz llvm-cdafd8490a2d48aa14fe79b5a23ef37c2666112f.tar.bz2 |
Introduce deoptimization operand bundles
Summary:
This change introduces the notion of "deoptimization" operand bundles.
LLVM can recognize and optimize these in more precise ways than it can a
generic "unknown" operand bundles.
The current form of this special recognition / optimization is an enum
entry in LLVMContext, a LangRef blurb and a verifier rule. Over time we
will teach LLVM to do more aggressive optimization around deoptimization
operand bundles, exploiting known facts about kinds of state
deoptimization operand bundles are allowed to track.
Reviewers: reames, majnemer, chandlerc, dexonsmith
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D14551
llvm-svn: 252806
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions