Skip to content
Commit 010e9b07 authored by Evan Cheng's avatar Evan Cheng
Browse files

Add RCBarriers to TargetInstrDesc. It's a list of register classes the given...

Add RCBarriers to TargetInstrDesc. It's a list of register classes the given instruction can "clobber". For example, on x86 the call instruction can modify all of the XMM and fp stack registers.

TableGen has been taught to generate the lists from instruction definitions.

llvm-svn: 57722
parent 1e75408d
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