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.
Double-checking that this looks good.
Paths
| Differential D85761
Update AMDGPU testcases after bebe6a6449811e877f7eba3f1798ddd1fa83e440 ClosedPublic Authored by paquette on Aug 11 2020, 11:01 AM.
Details Summary 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. Double-checking that this looks good.
Diff Detail
Event TimelineComment Actions This immediate diff is better, but I'm not sure what the interaction with D85201 is going to be Comment Actions I applied D85201 and the tests passed without any conflicts/updates, so it seems fine. Comment Actions
Probably also need D85203 and D85202. I guess fix the build for now and I'll have to sort this out when I rebase This revision is now accepted and ready to land.Aug 11 2020, 11:27 AM Closed by commit rGcf9588a24a27: Update AMDGPU testcases after bebe6a6449811e877f7eba3f1798ddd1fa83e440 (authored by paquette). · Explain WhyAug 11 2020, 11:32 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 284832 llvm/test/CodeGen/AMDGPU/GlobalISel/andn2.ll
llvm/test/CodeGen/AMDGPU/GlobalISel/orn2.ll
llvm/test/CodeGen/AMDGPU/GlobalISel/xnor.ll
|