[all-commits] [llvm/llvm-project] cd888e: [InstCombine] Fix worklist management in foldPHIAr...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Jun 1 01:20:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cd888e6ffef85941836c6c85db9f19d0ac776d1f
https://github.com/llvm/llvm-project/commit/cd888e6ffef85941836c6c85db9f19d0ac776d1f
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-06-01 (Thu, 01 Jun 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
Log Message:
-----------
[InstCombine] Fix worklist management in foldPHIArgIntToPtrToPHI()
Make sure the old operand is added back to the worklist for DCE.
More information about the All-commits
mailing list