[all-commits] [llvm/llvm-project] cf9588: Update AMDGPU testcases after bebe6a6449811e877f7e...
Jessica Paquette via All-commits
all-commits at lists.llvm.org
Tue Aug 11 11:33:04 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cf9588a24a276e36ac050e9172a33d9b431f12e9
https://github.com/llvm/llvm-project/commit/cf9588a24a276e36ac050e9172a33d9b431f12e9
Author: Jessica Paquette <jpaquette at apple.com>
Date: 2020-08-11 (Tue, 11 Aug 2020)
Changed paths:
M llvm/test/CodeGen/AMDGPU/GlobalISel/andn2.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/orn2.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/xnor.ll
Log Message:
-----------
Update AMDGPU testcases after bebe6a6449811e877f7eba3f1798ddd1fa83e440
I didn't build AMDGPU locally so I didn't see this.
```
(logic_op (op x...), (op y...)) -> (op (logic_op x, y))
```
kicks in here.
Differential Revision: https://reviews.llvm.org/D85761
More information about the All-commits
mailing list