mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-11-04 05:17:07 +00:00 
			
		
		
		
	[SystemZ] Rename PSW to CC
Addresses a review comment from Ulrich Weigand. No functional change intended. I'm not sure whether the old TODO that this patch touches still holds, but that's something we'd get to when adding a targetted scheduling description. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182474 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		@@ -67,7 +67,7 @@ SystemZTargetLowering::SystemZTargetLowering(SystemZTargetMachine &tm)
 | 
			
		||||
 | 
			
		||||
  // TODO: It may be better to default to latency-oriented scheduling, however
 | 
			
		||||
  // LLVM's current latency-oriented scheduler can't handle physreg definitions
 | 
			
		||||
  // such as SystemZ has with PSW, so set this to the register-pressure
 | 
			
		||||
  // such as SystemZ has with CC, so set this to the register-pressure
 | 
			
		||||
  // scheduler, because it can.
 | 
			
		||||
  setSchedulingPreference(Sched::RegPressure);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user