[PATCH] D99284: [RegAllocFast] properly handle STATEPOINT instruction.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 27 05:55:39 PDT 2021
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/X86/statepoint-fastregalloc.mir:25-66
+---
+name: test_relocate
+alignment: 16
+exposesReturnsTwice: false
+legalized: false
+regBankSelected: false
+selected: false
----------------
arsenm wrote:
> Don't need most of this
Can you craft a testcase for multiple regmasks? Other than that LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99284/new/
https://reviews.llvm.org/D99284
More information about the llvm-commits
mailing list