This patch is actually a preparation for extension of the scope of optimizeMemoryInst optimization.
For now it does nothing but disable in future implementation the complex cases like
Select of Phi/Select or Phi from Select.
Details
Details
- Reviewers
john.brawn reames
Diff Detail
Diff Detail
Event Timeline
Comment Actions
There's no fundamental reason why a mixture of phi and select can't be handled, but this patch probably makes more sense in the context of later patches. I'll hold off reviewing it until then.
Comment Actions
I tend to agree with you, right now I'm re-writing my main patch to support both Select and Phi at the same time. It seems it works. Most probably I will upload a first version of the patch tomorrow.