[all-commits] [llvm/llvm-project] 54bb4b: [InstSimplify] Handle vec values when simplifying ...
Andreas Jonson via All-commits
all-commits at lists.llvm.org
Sun Mar 10 04:54:59 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 54bb4be0185b402565cc76a0c835c56f6441e188
https://github.com/llvm/llvm-project/commit/54bb4be0185b402565cc76a0c835c56f6441e188
Author: Andreas Jonson <andjo403 at hotmail.com>
Date: 2024-03-10 (Sun, 10 Mar 2024)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/test/Transforms/InstCombine/icmp-range.ll
Log Message:
-----------
[InstSimplify] Handle vec values when simplifying comparisons using range metadata (#84673)
Found that this failed with an assertion when vec was used in this
optimization while working on https://github.com/llvm/llvm-project/pull/84627.
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