[all-commits] [llvm/llvm-project] 520ab7: Revert "Revert "[GlobalISel] Fold xor(cmp(pred, _, ...
AE via All-commits
all-commits at lists.llvm.org
Tue Sep 1 14:34:29 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 520ab710fb6f9829b4e70fda1dcc91ed4f614d0a
https://github.com/llvm/llvm-project/commit/520ab710fb6f9829b4e70fda1dcc91ed4f614d0a
Author: Amara Emerson <amara at apple.com>
Date: 2020-09-01 (Tue, 01 Sep 2020)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
M llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h
M llvm/include/llvm/CodeGen/GlobalISel/Utils.h
M llvm/include/llvm/Target/GlobalISel/Combine.td
M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
M llvm/lib/CodeGen/GlobalISel/Utils.cpp
M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
A llvm/test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-invert-cmp.mir
A llvm/test/CodeGen/AArch64/GlobalISel/select-brcond-of-not.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/divergent-control-flow.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/sdiv.i64.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/srem.i64.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/udiv.i64.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/urem.i64.ll
Log Message:
-----------
Revert "Revert "[GlobalISel] Fold xor(cmp(pred, _, _), 1) -> cmp(inverse(pred), _, _)" (and dependent patch "Optimize away a Not feeding a brcond by using tbz instead of tbnz.")"
This reverts commit 8693ddc74371dedc742c9f3d3e4eda1da72c13ea.
Re-committing with the test requiring asserts.
More information about the All-commits
mailing list