Skip to content
Commit 7a135510 authored by Evan Cheng's avatar Evan Cheng
Browse files

Teach computeRegisterProperties() to compute "representative" register class...

Teach computeRegisterProperties() to compute "representative" register class for legal value types. A "representative" register class is the largest legal super-reg register class for a value type. e.g. On i386, GR32 is the rep register class for i8 / i16 / i32; on x86_64 it would be GR64.

This property will be used by the register pressure tracking instruction scheduler.

llvm-svn: 108735
parent a58a7e7f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment