[all-commits] [llvm/llvm-project] 284c69: [CalcSpillWeights] don't mark live intervals with ...
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Fri Nov 3 12:49:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 284c6990c133ed88f32de111accacc9f55a7a51d
https://github.com/llvm/llvm-project/commit/284c6990c133ed88f32de111accacc9f55a7a51d
Author: Nick Desaulniers <nickdesaulniers at users.noreply.github.com>
Date: 2023-11-03 (Fri, 03 Nov 2023)
Changed paths:
M llvm/lib/CodeGen/CalcSpillWeights.cpp
Log Message:
-----------
[CalcSpillWeights] don't mark live intervals with spillable inlineasm ops as having infinite spill weight (#70747)
This is necessary for RegAllocGreedy support for memory folding inline
asm that uses "rm" constraints.
Thanks to @qcolombet for the suggestion.
Link: https://github.com/llvm/llvm-project/issues/20571
More information about the All-commits
mailing list