[llvm] [RegAllocFast] Handle single-vdef instrs faster (PR #96284)

Alexis Engelke via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 21 01:39:15 PDT 2024


aengelke wrote:

> I know of a couple cases that have 2 tied vreg defs

I was wondering in how many cases we actually hit a `ClassSize < RegClassDefCounts[RC]` case -- so multiple virtual defs *and* a possibly-too-small regclass.

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


More information about the llvm-commits mailing list