Change-Id: I1f57e70da08c08fe65917d762d82ba28251a5b5b
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 25284 Build 25283: arc lint + arc unit
Event Timeline
Comment Actions
This should already be fixed in trunk. Trunk has a function TII->hasUnwantedEffectsWhenEXECEmpty to cover this, and this patch simply shouldn't apply.
I vaguely recall you complained about those changes I made and backed them out of the Vulkan branch because of some pixel shader case where some bad lowering happened? I don't remember the details right now.
Comment Actions
Yes, sorry, I pushed this fix to phab without even checking that it applies to trunk. I had completely forgotten that you have already fixed this in trunk (D48431) and I reverted your fix in our local branch.