[PATCH] D26521: [X86] Allow folding of reloads from stack slots when loading a subreg of the spilled reg
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 10 23:13:49 PST 2016
craig.topper added inline comments.
================
Comment at: lib/Target/X86/X86InstrInfo.h:387
+ bool isSubregFoldable(MachineOperand &MO,
+ MachineInstr *LoadMI) const override;
+
----------------
Fix the formatting here to line up the arguments.
https://reviews.llvm.org/D26521
More information about the llvm-commits
mailing list