Unverified Commit d48d108b authored by Johannes Doerfert's avatar Johannes Doerfert Committed by GitHub
Browse files

[Attributor][FIX] Replace AANoFPClass MBEC propagation (#91030)

The old use of must-be-executed-context (MBEC) did propagate
through calls even if that was not allowed. We now only propagate from
call site arguments. If there are calls/intrinsics that allows
propagation, we need to add them explicitly.

Fixes: https://github.com/llvm/llvm-project/issues/78507



---------

Co-authored-by: default avatarMatt Arsenault <arsenm2@gmail.com>
parent e9dd6b2a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment