Diff Detail
Diff Detail
Event Timeline
llvm/lib/Transforms/Scalar/EarlyCSE.cpp | ||
---|---|---|
937 | This looks incorrect to me. |
llvm/lib/Transforms/Scalar/EarlyCSE.cpp | ||
---|---|---|
937 | Yes, that should have been Intrinsic::noalias. |
Comment Actions
For review convenience, all changes related to the original local restrict patches have now been incorporated in the full restrict patch series.
This looks incorrect to me.
Did you mean Intrinsic::noalias ?
Or does Intrinsic::noalias identify as Intrinsic::assume?