[all-commits] [llvm/llvm-project] 2938f9: [InstCombine] Fix worklist management in select va...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue May 23 07:38:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2938f9b46f0de8aec89b57eb1cd343745cfeb161
https://github.com/llvm/llvm-project/commit/2938f9b46f0de8aec89b57eb1cd343745cfeb161
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-05-23 (Tue, 23 May 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/test/Transforms/InstCombine/select-binop-cmp.ll
Log Message:
-----------
[InstCombine] Fix worklist management in select value equiv fold (NFCI)
Requeue the modified instruction.
This should be NFC apart from worklist order effects.
More information about the All-commits
mailing list