[llvm] [DAGCombiner] In mergeTruncStore, make sure we aren't storing shifted in bits. (PR #90939)
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Fri May 3 11:12:40 PDT 2024
efriedma-quic wrote:
Note that we actually could merge the stores here, if we cared... just need to make sure we mask the value before we store it.
https://github.com/llvm/llvm-project/pull/90939
More information about the llvm-commits
mailing list