Files
clang-p2996/llvm/test/Transforms/GlobalOpt
Florian Hahn c0c0f60ca1 [GlobalOpt] Bail out on non-ConstExprs in isSimpleEnoughtToCommit. (#143400)
Bail out for non ConstantExpr constants in
isSimpleEnoughValueToCommitHelper to prevent crash for non-ConstantExpr
constants

PR: https://github.com/llvm/llvm-project/pull/143400
2025-06-11 22:09:55 +01:00
..