[PATCH] D81587: [GlobalISel] Add missing properties to G_BRINDIRECT, G_BRJT
Dominik Montada via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 12 01:03:16 PDT 2020
gargaroff updated this revision to Diff 270315.
gargaroff marked an inline comment as done.
gargaroff added a comment.
Herald added a subscriber: hiraditya.
Teach machine verifier to check branch instructions for basic block
operands, if they are not declared indirect.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81587/new/
https://reviews.llvm.org/D81587
Files:
llvm/include/llvm/Target/GenericOpcodes.td
llvm/lib/CodeGen/MachineVerifier.cpp
llvm/test/CodeGen/AArch64/GlobalISel/legalize-blockaddress.mir
llvm/test/CodeGen/AArch64/GlobalISel/select-blockaddress.mir
llvm/test/MachineVerifier/test_g_brindirect_is_indirect_branch.mir
llvm/test/MachineVerifier/test_g_brjt_is_indirect_branch.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81587.270315.patch
Type: text/x-patch
Size: 5442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200612/8497b77e/attachment.bin>
More information about the llvm-commits
mailing list