mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-31 08:16:47 +00:00 
			
		
		
		
	Add a new CCValAssign LocInfo value, and a comment explaining what it
should be used for. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107661 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		| @@ -35,6 +35,9 @@ public: | |||||||
|     ZExt,   // The value is zero extended in the location. |     ZExt,   // The value is zero extended in the location. | ||||||
|     AExt,   // The value is extended with undefined upper bits. |     AExt,   // The value is extended with undefined upper bits. | ||||||
|     BCvt,   // The value is bit-converted in the location. |     BCvt,   // The value is bit-converted in the location. | ||||||
|  |     VExt,   // The value is vector-widened in the location. | ||||||
|  |             // FIXME: Not implemented yet. Code that uses AExt to mean | ||||||
|  |             // vector-widen should be fixed to use VExt instead. | ||||||
|     Indirect // The location contains pointer to the value. |     Indirect // The location contains pointer to the value. | ||||||
|     // TODO: a subset of the value is in the location. |     // TODO: a subset of the value is in the location. | ||||||
|   }; |   }; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user