[all-commits] [llvm/llvm-project] 5fa185: [AArch64][NFC] Add test case for setcc (iN bitcast...
Cullen Rhodes via All-commits
all-commits at lists.llvm.org
Mon Jul 25 05:14:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5fa185bc73d7e2151aaffa0b42da2114e998cc2c
https://github.com/llvm/llvm-project/commit/5fa185bc73d7e2151aaffa0b42da2114e998cc2c
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2022-07-25 (Mon, 25 Jul 2022)
Changed paths:
A llvm/test/CodeGen/AArch64/dag-combine-setcc.ll
Log Message:
-----------
[AArch64][NFC] Add test case for setcc (iN bitcast (vNi1 X)), (iN 0), (eq|ne)
To be combined to 'setcc (iN (zext (i1 (vecreduce_or (vNi1 X))))), 0, (eq|ne)'
in follow on patch.
Reviewed By: peterwaller-arm
Differential Revision: https://reviews.llvm.org/D130162
Commit: c04ff587dce29063525ce67e1af11c541f98412d
https://github.com/llvm/llvm-project/commit/c04ff587dce29063525ce67e1af11c541f98412d
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2022-07-25 (Mon, 25 Jul 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/test/CodeGen/AArch64/dag-combine-setcc.ll
Log Message:
-----------
[AArch64] Combine setcc (iN (bitcast (vNi1 X))) with vecreduce_or
Reviewed By: paulwalker-arm
Differential Revision: https://reviews.llvm.org/D130163
Compare: https://github.com/llvm/llvm-project/compare/6e99771a3157...c04ff587dce2
More information about the All-commits
mailing list