Update segmented-stacks*.ll tests with x32 target case and make
corresponding changes to make them pass.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I don't see anything objectionable but I'm also not terribly familiar with segmented stacks. Anyone else have comments?
Comment Actions
Pavel, I am sorry for the delay in review. I am not that familiar with this code. Can you check with svn-blame and see who are the last few people who touched the code?
Comment Actions
Rafael,
Could you please review my patch? I see that in the past you did the major number of changes for the code I'm editing here.
Thanks.
Comment Actions
The only thing I know is using segmented stacks with LLVM is rust, and even that just as a stack probe while we add proper probe support.
In other words, this LGTM since it is pretty clear it doesn't change old behavior :-)
lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
18353 ↗ | (On Diff #13402) | Please clang-format this. |