Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Do we have a case where this changes things? because it looks like it should be already handled by the trivial Base == Other.Base check.
Comment Actions
It does allow the comparison between FrameIndexSDNodes with the same FrameIndex, one being a TargetFrameIndex and the other one being a FrameIndex, which are essentially the same thing as far as BaseIndexOffset is concerned AFAICT (only the type of produced value differs).
Comment Actions
I'm pretty sure they must be equivalent. I'm not sure if we can generate such a pattern, but the possiblity seems justification enough. Thanks.