[PATCH] D68488: [PATCH 05/38] [noalias] [IR] Introduce noalias_sidechannel for LoadInst/StoreInst
Jeroen Dobbelaere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 4 14:21:36 PDT 2019
jeroen.dobbelaere created this revision.
jeroen.dobbelaere added reviewers: hfinkel, jdoerfert.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
jeroen.dobbelaere edited the summary of this revision.
This is part of the series started by D68484 <https://reviews.llvm.org/D68484>.
The noalias_sidechannel tracks dependencies on noalias intrinsics without
blocking optimizations on the pointer value.
Note: this implementation might have some speed effect on all instruction
because of the extra bit that is used to track if the noalias_sidechannel is
present or not. This might impact the computation of the number of arguments.
Note: this is a stable point and tests should run fine with the patches applied up to this point.
https://reviews.llvm.org/D68488
Files:
llvm/include/llvm/IR/InstVisitor.h
llvm/include/llvm/IR/Instructions.h
llvm/include/llvm/IR/User.h
llvm/include/llvm/IR/Value.h
llvm/lib/IR/AsmWriter.cpp
llvm/lib/IR/Instructions.cpp
llvm/lib/IR/User.cpp
llvm/lib/IR/Value.cpp
llvm/unittests/IR/IRBuilderTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68488.223288.patch
Type: text/x-patch
Size: 17812 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191004/4dc4ac4e/attachment.bin>
More information about the llvm-commits
mailing list