[all-commits] [llvm/llvm-project] f68b0e: [AggressiveInstCombine] Use APInt and avoid trunca...
Antonio Frighetto via All-commits
all-commits at lists.llvm.org
Wed Dec 4 01:24:17 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f68b0e36997322eeda8fd199ea80deb1b49c5410
https://github.com/llvm/llvm-project/commit/f68b0e36997322eeda8fd199ea80deb1b49c5410
Author: Antonio Frighetto <me at antoniofrighetto.com>
Date: 2024-12-04 (Wed, 04 Dec 2024)
Changed paths:
M llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
M llvm/test/Transforms/AggressiveInstCombine/AArch64/or-load.ll
M llvm/test/Transforms/AggressiveInstCombine/X86/or-load.ll
Log Message:
-----------
[AggressiveInstCombine] Use APInt and avoid truncation when folding loads
A miscompilation issue has been addressed with improved handling.
Fixes: https://github.com/llvm/llvm-project/issues/118467.
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