[all-commits] [llvm/llvm-project] b09e63: [AArch64][GlobalISel] Implement combines for boole...
Amara Emerson via All-commits
all-commits at lists.llvm.org
Sun Feb 20 01:11:38 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b09e63bad1e53eccd18b9920d10b489b47bd7634
https://github.com/llvm/llvm-project/commit/b09e63bad1e53eccd18b9920d10b489b47bd7634
Author: Amara Emerson <amara at apple.com>
Date: 2022-02-20 (Sun, 20 Feb 2022)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
M llvm/include/llvm/Target/GlobalISel/Combine.td
M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/combine-select.mir
M llvm/test/CodeGen/AArch64/arm64-xaluo.ll
Log Message:
-----------
[AArch64][GlobalISel] Implement combines for boolean G_SELECT->bitwise ops.
Differential Revision: https://reviews.llvm.org/D117160
More information about the All-commits
mailing list