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
I'm not sure how this was working before, but the stride can also be a
block argument and not have a defining op, so we also need to account
for that.
Fixesllvm#912
After recent rebases, the LLVMIR stride operand can be generated by an
unrealized_conversion_cast whereas the CIR operand is coming directly
from a block argument (and thus has no defining op), so we need to
separately check the CIR operand for the existence of a defining op.
Fixesllvm#912
During rebasing this test began to fail.
The text was updated successfully, but these errors were encountered: