[all-commits] [llvm/llvm-project] 65c721: [GlobalISel] Don't remove from unfinalized GISelWo...
Tobias Stadler via All-commits
all-commits at lists.llvm.org
Sun Aug 11 09:30:30 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 65c72139be5314ce4d844745d3706d46dbad77d5
https://github.com/llvm/llvm-project/commit/65c72139be5314ce4d844745d3706d46dbad77d5
Author: Tobias Stadler <mail at stadler-tobias.de>
Date: 2024-08-11 (Sun, 11 Aug 2024)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h
M llvm/include/llvm/CodeGen/GlobalISel/GISelWorkList.h
M llvm/lib/CodeGen/GlobalISel/Combiner.cpp
Log Message:
-----------
[GlobalISel] Don't remove from unfinalized GISelWorkList
Remove a hack from GISelWorkList caused by the Combiner removing
instructions from an unfinalized GISelWorkList during the DCE phase.
This is in preparation for larger changes to the WorkListMaintainer.
Pull Request: https://github.com/llvm/llvm-project/pull/102158
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list