[all-commits] [llvm/llvm-project] aa70f4: [StackColoring] Handle fixed object index
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Sep 22 03:28:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa70f4d8cf8f09a2997773156289b16d6a16ec01
https://github.com/llvm/llvm-project/commit/aa70f4d8cf8f09a2997773156289b16d6a16ec01
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-09-22 (Fri, 22 Sep 2023)
Changed paths:
M llvm/lib/CodeGen/StackColoring.cpp
M llvm/test/CodeGen/X86/stack-coloring-wineh.ll
Log Message:
-----------
[StackColoring] Handle fixed object index
This is a followup to #66988. The implementation there did not
account for the possibility of the catch object frame index
referrring to a fixed object, which is the case on win64.
More information about the All-commits
mailing list