[PATCH] D39402: [X86] Prevent fast isel from folding loads into the instructions listed in hasPartialRegUpdate.

Zvi Rackover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 30 03:14:25 PDT 2017


zvi added a comment.

LGTM, with a minor concern that with this change FastISel is a bit slower because the bail-out condition was moved to a later point?


https://reviews.llvm.org/D39402





More information about the llvm-commits mailing list