-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instruction does not dominate all uses!
, getelementptr inbounds
when testing DimensionalData
#48917
Comments
Instruction does not dominate all uses!
when testing DimensionalDataInstruction does not dominate all uses!
, getelementptr inbounds
when testing DimensionalData
Reduced to using DimensionalData, Unitful, Extents
using DimensionalData.LookupArrays
a = [1 2 3 4
5 6 7 8
9 10 11 12]
da = DimArray(a,(Y(1:3),Ti(Sampled((1:4)u"s"; sampling=Intervals()))))
Extents.extent(da) |
Bad here isn't the first bad commit, just a range. |
fe72f81 Is the first bad commit. |
I guess that's just the place where we actually started verifying this. :/ |
Yeah. |
I'm pretty sure it's #45153 :) |
Looks probably true, since here is the IR for it, which fails with
|
I'm running creduce on it, because the types are a bit massive on that example so it's a bit harder to see where we go wrong. |
manually "creduce" yielded:
make a struct early, then do a lot of indexing of wrappers that includes it |
Jameson reduce is a lot faster than |
Happens on master and backports-release-1.9.
Needs asserts builds.
The text was updated successfully, but these errors were encountered: