[PATCH] D26521: [X86] Allow folding of reloads from stack slots when loading a subreg of the spilled reg

Zvi Rackover via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 10 23:42:25 PST 2016


zvi added inline comments.


================
Comment at: lib/Target/X86/X86InstrInfo.h:383
+  /// (or a subreg operand that feeds a store).
+  /// For stores, LoadMI is always null. For loads, LoadMI is non-null if
+  /// we're trying to fold an existing load instruction, and null if we are
----------------
Can you please clarify the last sentence in the comment?


https://reviews.llvm.org/D26521





More information about the llvm-commits mailing list