Changing the node type in lowering was violating assumptions made in
the DAG combiner, so don't change the node type any more. This fixes
one of the issues reported in bug 39275.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 24033 Build 24032: arc lint + arc unit
Event Timeline
Comment Actions
I think adding which DAGCombiner assertion the previous code broke on the CL description / commit message would help readers. Otherwise LGTM