[PATCH] D95564: [GlobalISel] Add G_ASSERT_ZEXT
Jessica Paquette via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 27 15:49:03 PST 2021
paquette updated this revision to Diff 319701.
paquette edited the summary of this revision.
paquette added a comment.
- Remove requirement that these be removed before regbankselect. @arsenm mentioned that it's useful to have these in selection.
- Pull these out of PRE_ISEL_GENERIC_OPCODE_*, and place them above in their own markers. That way, `isPreISelGenericOpcode` doesn't return true for them, but we can still communicate that they are GlobalISel-specific hints.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95564/new/
https://reviews.llvm.org/D95564
Files:
llvm/docs/GlobalISel/GenericOpcode.rst
llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
llvm/include/llvm/CodeGen/TargetOpcodes.h
llvm/include/llvm/Support/TargetOpcodes.def
llvm/include/llvm/Target/GenericOpcodes.td
llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
llvm/lib/CodeGen/MachineVerifier.cpp
llvm/test/CodeGen/AArch64/GlobalISel/legalize-ignore-hint.mir
llvm/test/MachineVerifier/test_g_assert_ext.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95564.319701.patch
Type: text/x-patch
Size: 9061 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210127/3e33ff17/attachment.bin>
More information about the llvm-commits
mailing list