[DAG] visitFREEZE - handle case where the folded node merges with another existing...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 4 Feb 2023 20:53:42 +0000 (20:53 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 4 Feb 2023 20:53:47 +0000 (20:53 +0000)
commit723b6cf7a87d8395ad99ee791378a60db02282d3
tree5002c8e185e40cb7448a6113e0a5526d9dcbabd1
parenta9ac22b501c5fd03a07a86ab65d675c84d3aa3cb
[DAG] visitFREEZE - handle case where the folded node merges with another existing node

Fixes #60413
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/test/CodeGen/SystemZ/pr60413.ll [new file with mode: 0644]