[PATCH] D85604: SimplifyCFG: prevent certain transforms on convergent operations
Nicolai Hähnle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 9 07:24:58 PDT 2020
nhaehnle created this revision.
nhaehnle added reviewers: arsenm, foad, sameerds.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
nhaehnle requested review of this revision.
Herald added a subscriber: wdng.
These changes are justified by the new controlled convergent
operations semantics. This change is taken from the otherwise obsolete
https://reviews.llvm.org/D68994
Change-Id: I4f8b780e8c69f98389e4094477fd03e88fc95573
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D85604
Files:
llvm/lib/Analysis/ValueTracking.cpp
llvm/lib/Transforms/Utils/SimplifyCFG.cpp
llvm/test/Transforms/SimplifyCFG/attr-convergent.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85604.284199.patch
Type: text/x-patch
Size: 4294 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200809/2903f0cc/attachment.bin>
More information about the llvm-commits
mailing list