[PATCH] D20295: When looking for a spill slot in reg scavenger, find one that matches RC

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Tue May 17 16:14:15 PDT 2016


kparzysz updated the summary for this revision.
kparzysz updated this revision to Diff 57537.
kparzysz added a comment.

Added a comment in RegisterScavenging.cpp explaining the motivation for the search loop modification.
Replaced the llvm_unreachable with a report_fatal_error. The message includes register name and register class name.
Applied instnamer to the test, added check lines, and a comment explaining what is being tested.


Repository:
  rL LLVM

http://reviews.llvm.org/D20295

Files:
  lib/CodeGen/RegisterScavenging.cpp
  test/CodeGen/Hexagon/reg-scavenger-valid-slot.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20295.57537.patch
Type: text/x-patch
Size: 12742 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160517/c5b36077/attachment.bin>


More information about the llvm-commits mailing list