summaryrefslogtreecommitdiffstats
path: root/llvm/test/MachineVerifier/test_g_dyn_stackalloc.mir
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary REQUIRES from a test.Amara Emerson2019-08-241-1/+1
| | | | llvm-svn: 369835
* [GlobalISel] Introduce a G_DYN_STACKALLOC opcode to represent dynamic allocas.Amara Emerson2019-08-241-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
OpenPOWER on IntegriCloud