[all-commits] [llvm/llvm-project] 07d549: Revert "[InstCombine] invert canonicalization for ...
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Mon May 16 14:48:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 07d549bce94fc86fb1dc37aa0fb328e77208a185
https://github.com/llvm/llvm-project/commit/07d549bce94fc86fb1dc37aa0fb328e77208a185
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-05-16 (Mon, 16 May 2022)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
M llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
M llvm/test/Transforms/InstCombine/and-xor-merge.ll
M llvm/test/Transforms/InstCombine/compare-signs.ll
M llvm/test/Transforms/InstCombine/icmp.ll
M llvm/test/Transforms/InstCombine/xor.ll
M llvm/test/Transforms/InstCombine/zext.ll
M llvm/test/Transforms/PhaseOrdering/cmp-logic.ll
Log Message:
-----------
Revert "[InstCombine] invert canonicalization for cast of signbit test"
This reverts commit 3794cc0e996481e10307b67c8436aa44e0d65d22.
This change is suspected of causing bots to hang at stage 2
compiles, so reverting to confirm and investigate.
More information about the All-commits
mailing list