Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary REQUIRES from a test. | Amara Emerson | 2019-08-24 | 1 | -1/+1 |
| | | | | llvm-svn: 369835 | ||||
* | [GlobalISel] Introduce a G_DYN_STACKALLOC opcode to represent dynamic allocas. | Amara Emerson | 2019-08-24 | 1 | -0/+25 |
This just adds the opcode and verifier, it will be used to replace existing dynamic alloca handling in a subsequent patch. Differential Revision: https://reviews.llvm.org/D66677 llvm-svn: 369833 |