[PATCH] D41330: [X86] Reduce Store Forward Block issues in HW

Lama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 27 23:55:31 PDT 2018


lsaba added a comment.

In https://reviews.llvm.org/D41330#1049332, @niravd wrote:

> The changes from just https://reviews.llvm.org/D43619 look correct but I haven't looked deeply at this part of the patch. From the comments it looks like the patch is a bit out of date as std::map should have been converted back to switch statements.


The switch statements are back, are you referring to the DisplacementSizeMap? this one needs to be sorted, that's why i'm using std::map


https://reviews.llvm.org/D41330





More information about the llvm-commits mailing list