[all-commits] [llvm/llvm-project] e4fe22: [clang][bytecode][NFC] Check conditional op condit...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Sat Mar 8 09:29:42 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e4fe22a8bd1853331d4811546ac038252baee79d
https://github.com/llvm/llvm-project/commit/e4fe22a8bd1853331d4811546ac038252baee79d
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2025-03-08 (Sat, 08 Mar 2025)
Changed paths:
M clang/lib/AST/ByteCode/Compiler.cpp
Log Message:
-----------
[clang][bytecode][NFC] Check conditional op condition for ConstantExprs (#130425)
Same thing we now do in if statements. Check the condition of a
conditional operator for a statically known true/false value.
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