You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[InstCombine] Fold align assume into load's !align metadata if possible.
If an alignment assumption is valid in the context of a corresponding
load of the pointer the assumption applies to, the assumption can be
replaced !align metadata on the load.
The benefits of folding it into !align are that existing code makes
better use of !align and it allows removing the now-redundant call
instructions.
0 commit comments