[llvm] [AMDGPU] Implement moveToVALU for S_CSELECT_B64 (PR #70352)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 26 09:51:12 PDT 2023


jayfoad wrote:

This should allow un-reverting #69703. The new test case `bug-cselect-b64.ll` would fail to compile with just #69703, but shows a slight codegen improvement when #69703 is applied on top of this patch.

https://github.com/llvm/llvm-project/pull/70352


More information about the llvm-commits mailing list