mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Merge pull request #66 from alaindargelas/fix_peephole_sub_neg
Actually re-enable peephole_sub_neg pass
This commit is contained in:
		
						commit
						c835b95e61
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -121,7 +121,7 @@ struct PeepoptPass : public Pass { | |||
| 					pm.run_shiftmul_left(); | ||||
| 					pm.run_muldiv(); | ||||
| 					pm.run_muldiv_c(); | ||||
| 					// pm.run_sub_neg();
 | ||||
| 					pm.run_sub_neg(); | ||||
| 					if (muxorder) | ||||
| 						pm.run_muxorder(); | ||||
| 				} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue