[PATCH] D99284: [RegAllocFast] properly handle STATEPOINT instruction.
Denis Antrushin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 27 10:51:07 PDT 2021
dantrushin updated this revision to Diff 340914.
dantrushin added a comment.
Added test for instruction with two RegMask operands.
Still it is not quite clear to me what multiple RegMasks mean?
This patch basically ANDs them.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99284/new/
https://reviews.llvm.org/D99284
Files:
llvm/lib/CodeGen/RegAllocFast.cpp
llvm/test/CodeGen/X86/statepoint-fastregalloc.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99284.340914.patch
Type: text/x-patch
Size: 5155 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210427/6580dc8e/attachment.bin>
More information about the llvm-commits
mailing list