[PATCH] D24208: [WIP] MIR: Support parsing of liveins with lane masks

Quentin Colombet via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 2 14:47:27 PDT 2016


qcolombet added a subscriber: qcolombet.
qcolombet added a comment.

Hi Matt,

As far as I remember the lane mask in live-ins are only supported when subreg liveness is enabled.
Therefore, I believe we should either force the target to track subreg liveness when we see such construct or reject the entry is the target does not track subreg liveness.

What do you think?

Cheers,
-Quentin


https://reviews.llvm.org/D24208





More information about the llvm-commits mailing list