[all-commits] [llvm/llvm-project] ea863c: [DAGCombiner] Fix APInt truncation assertion (#209...
Arthur Eubanks via All-commits
all-commits at lists.llvm.org
Fri Jul 17 13:54:36 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea863cb2dec8e0f040dfe22a52d3b537e4a25c29
https://github.com/llvm/llvm-project/commit/ea863cb2dec8e0f040dfe22a52d3b537e4a25c29
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2026-07-17 (Fri, 17 Jul 2026)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
A llvm/test/CodeGen/X86/dagcombine-sub-globaladdress.ll
Log Message:
-----------
[DAGCombiner] Fix APInt truncation assertion (#209914)
getConstant() would create an APInt with ImplicitTrunc = false, but the
constant here can really be anything.
Fixes #209884.
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