[all-commits] [llvm/llvm-project] 8f0ddd: [Statepoints] Remove MI limit on number of tied op...
dantrushin via All-commits
all-commits at lists.llvm.org
Thu Oct 15 05:03:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8f0ddd4a1a0d2e7b8004d8c3283bddf1a2e27a18
https://github.com/llvm/llvm-project/commit/8f0ddd4a1a0d2e7b8004d8c3283bddf1a2e27a18
Author: Denis Antrushin <dantrushin at gmail.com>
Date: 2020-10-15 (Thu, 15 Oct 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
A llvm/test/CodeGen/X86/statepoint-vreg-unlimited-tied-opnds.ll
Log Message:
-----------
[Statepoints] Remove MI limit on number of tied operands.
After D87915 statepoint can have more than 15 tied operands.
Remove this restriction from statepoint lowering code.
More information about the All-commits
mailing list