[all-commits] [llvm/llvm-project] a9861d: [instcombine] Avoid binops for comparison consiste...
Philip Reames via All-commits
all-commits at lists.llvm.org
Tue Feb 22 17:26:16 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a9861d3c85e7087099d78950e80d288f4c7f4df0
https://github.com/llvm/llvm-project/commit/a9861d3c85e7087099d78950e80d288f4c7f4df0
Author: Philip Reames <listmail at philipreames.com>
Date: 2022-02-22 (Tue, 22 Feb 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/compare-alloca.ll
M llvm/test/Transforms/InstCombine/compare-unescaped.ll
Log Message:
-----------
[instcombine] Avoid binops for comparison consistency tests
It turns out that instcombine is smarter than I am, and several of these ended up folded for the wrong reasons.
More information about the All-commits
mailing list