"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "6363021ab9a6dca2cc3085d7ae619645f347211c"
[X86] Allow folding of stack reloads when loading a subreg of the spilled reg
We did not support subregs in InlineSpiller:foldMemoryOperand() because targets may not deal with them correctly. This adds a target hook to let the spiller know that a target can handle subregs, and actually enables it for x86 for the case of stack slot reloads. This fixes PR30832. Differential Revision: https://reviews.llvm.org/D26521 llvm-svn: 287792
Loading
Please register or sign in to comment