This requires a minor change to CodeGenPrepare to ensure that
shouldSinkOperands will be called for And.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Makes sense to me. I was trying to see if there are other targets that would benefit from this change but from what I can see there aren't any which sink Ands.