[all-commits] [llvm/llvm-project] 767a20: [clang][bytecode] Fix discarded LValueToRValueBitC...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Thu May 15 04:17:52 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 767a203a9e61e307086be96288947d130367a267
https://github.com/llvm/llvm-project/commit/767a203a9e61e307086be96288947d130367a267
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2025-05-15 (Thu, 15 May 2025)
Changed paths:
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/Compiler.h
M clang/test/AST/ByteCode/builtin-bit-cast.cpp
Log Message:
-----------
[clang][bytecode] Fix discarded LValueToRValueBitCasts (#140034)
We handle discarding fine, but we used to ignore all discarded cast
expressions. Handle bitcasts differently.
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