[PATCH] D84589: [CodeMoverUtils] Add optional data dependence checks using Alias Analysis
rithik sharma via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 25 11:53:27 PDT 2020
RithikSharma created this revision.
RithikSharma added reviewers: Whitney, bmahjour, etiotto, fhahn.
RithikSharma added a project: LLVM.
Herald added subscribers: llvm-commits, hiraditya.
isSafeToMoveBefore uses Dependence Info to check for flow/anti/output dependence, this patch adds alternative checks using Alias Analysis.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D84589
Files:
llvm/include/llvm/Transforms/Utils/CodeMoverUtils.h
llvm/lib/Transforms/Utils/CodeMoverUtils.cpp
llvm/unittests/Transforms/Utils/CodeMoverUtilsTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84589.280689.patch
Type: text/x-patch
Size: 28560 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200725/bc866211/attachment.bin>
More information about the llvm-commits
mailing list