Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I think I tried to do this before, but hit a regression where a min/max pattern showed up during lowering since the generic min / max was only formed during SelectionDAGBuilder. I wasn't sure why min/max was only being matched so early. Was this fixed / is min/max matched in DAGCombiner now?