Files
clang-p2996/llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
Nikita Popov bfa711a970 [InstCombine] Use combineMetadataForCSE in phi of loads fold
Use combineMetadataForCSE instead of manually enumerating known
metadata kinds. This is a typical sinking transform for which
combineMetadataForCSE is safe to use (with DoesKMove=true).

Part of https://github.com/llvm/llvm-project/issues/121495.
2025-01-08 11:29:04 +01:00

61 KiB