]> granicus.if.org Git - llvm/commit
MIR: Validate LLT types when parsing
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 4 Feb 2019 22:59:56 +0000 (22:59 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 4 Feb 2019 22:59:56 +0000 (22:59 +0000)
commitab8dc6c3bd73b838ad17ef08b853fcaba47031b5
treed03fe88f4d1d0d6ad910d3fe96060d86dae3cc45
parent02e3a277803b54ccccdff3946b787f87b0a27043
MIR: Validate LLT types when parsing

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353107 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MIRParser/MIParser.cpp
test/CodeGen/MIR/AArch64/parse-low-level-type-invalid10.mir [new file with mode: 0644]
test/CodeGen/MIR/AArch64/parse-low-level-type-invalid4.mir [new file with mode: 0644]
test/CodeGen/MIR/AArch64/parse-low-level-type-invalid5.mir [new file with mode: 0644]
test/CodeGen/MIR/AArch64/parse-low-level-type-invalid6.mir [new file with mode: 0644]
test/CodeGen/MIR/AArch64/parse-low-level-type-invalid7.mir [new file with mode: 0644]
test/CodeGen/MIR/AArch64/parse-low-level-type-invalid8.mir [new file with mode: 0644]
test/CodeGen/MIR/AArch64/parse-low-level-type-invalid9.mir [new file with mode: 0644]