[all-commits] [llvm/llvm-project] 60e90a: [InstCombine] Check for undef first before freeze ...
AtariDreams via All-commits
all-commits at lists.llvm.org
Sat Jul 13 09:40:03 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 60e90a1929ff1b5773fa83239301e3a190566315
https://github.com/llvm/llvm-project/commit/60e90a1929ff1b5773fa83239301e3a190566315
Author: AtariDreams <gfunni234 at gmail.com>
Date: 2024-07-13 (Sat, 13 Jul 2024)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
Log Message:
-----------
[InstCombine] Check for undef first before freeze (#96769)
All of these insert freeze due to multi-use, which is only
relevant for undef values, not poison.
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