Skip to content
Commit 8b08287c authored by Johannes Doerfert's avatar Johannes Doerfert
Browse files

[OpenMPOpt] Eliminate assumptions only "late"

When we remove barriers, we might need to remove llvm.assume
assumptions as well. However, doing this early, thus in the module pass,
will cause us to miss out on information we might need. There are few
situations we can eliminate barriers across functions, for now we simply
disable elimination of barriers that require assumptions to be removed
during the early module pass.
parent e1a0e825
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment