Files
clang-p2996/llvm/lib/Target/Hexagon/HexagonHazardRecognizer.cpp
SANTANU DAS cff1a2ed51 [Hexagon] HVX .new store uses different resources
When checking resources in the post RA scheduler, see if a .new
vector store should be used instead of a regular vector store.

It may not be possible to schedule a regular vector store, but
it may be possible to schedule a .new version. If the correct one
isn't used, then the post RA scheduler may not generate the best
schedule.
2022-01-04 13:35:34 -08:00

6.0 KiB