[all-commits] [llvm/llvm-project] 3b8f44: [InstCombine] Fix worklist management for multi-us...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed May 17 05:54:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b8f4422894bc7622c8bb42ae62adbc24c662015
https://github.com/llvm/llvm-project/commit/3b8f4422894bc7622c8bb42ae62adbc24c662015
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-05-17 (Wed, 17 May 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
Log Message:
-----------
[InstCombine] Fix worklist management for multi-use demanded element fold
Add the old instruction to the worklist, so it can be DCEd in the
same iteration.
More information about the All-commits
mailing list