[llvm] [GlobalIsel] Add combine for select with constants (PR #121088)

Vikash Gupta via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 30 22:31:33 PST 2024


vg0204 wrote:

> Would be nice if we could succinctly handle both cases in the same combine.

Can be done, but just followed the format by which other select with constants combine had been handled in such scenarios!

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


More information about the llvm-commits mailing list