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
Loading
Please register or sign in to comment