mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			482 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			482 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|     if mul(add(calldataload(0), 2), 3) {
 | |
|         for { let a := 2 } lt(a, mload(a)) { a := add(a, mul(a, 2)) } {
 | |
|             let b := mul(add(a, 2), 4)
 | |
|             sstore(b, mul(b, 2))
 | |
|         }
 | |
|     }
 | |
| }
 | |
| // ----
 | |
| // step: splitJoin
 | |
| //
 | |
| // {
 | |
| //     if mul(add(calldataload(0), 2), 3)
 | |
| //     {
 | |
| //         for { let a := 2 } lt(a, mload(a)) { a := add(a, mul(a, 2)) }
 | |
| //         {
 | |
| //             let b := mul(add(a, 2), 4)
 | |
| //             sstore(b, mul(b, 2))
 | |
| //         }
 | |
| //     }
 | |
| // }
 |