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
RemoveCodeAssumptions pass
Instruction combining can miss some optimizations if it happens, that the only use of instructions end up in llvm.assume intrinsic. This change removes llvm.assume calls and runs instruction combining before Legalization pass.
0 commit comments