[PATCH] D24039: Fixed spill stack objects are mutable

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 30 09:41:33 PDT 2016


kparzysz created this revision.
kparzysz added a reviewer: hfinkel.
kparzysz added a subscriber: llvm-commits.
kparzysz set the repository for this revision to rL LLVM.
Herald added a subscriber: qcolombet.

CreateFixedSpillStackObject marked the created objects as immutable.  This is an error, since spill stack objects are stored to, while immutable objects are assumed to never change during the function execution.

Repository:
  rL LLVM

https://reviews.llvm.org/D24039

Files:
  include/llvm/CodeGen/MachineFrameInfo.h
  lib/CodeGen/MachineFunction.cpp
  test/CodeGen/Hexagon/fixed-spill-mutable.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24039.69715.patch
Type: text/x-patch
Size: 4360 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160830/45a680e9/attachment.bin>


More information about the llvm-commits mailing list