[PATCH] D112464: [x86] limit vector increment fold to allow load folding
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 26 03:20:35 PDT 2021
RKSimon added inline comments.
================
Comment at: llvm/lib/Target/X86/X86ISelLowering.h:915
+
+ bool mayFoldLoad(SDValue Op, bool AssumeSingleUse = false);
} // end namespace X86
----------------
(minor) Add description now that its exposed
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112464/new/
https://reviews.llvm.org/D112464
More information about the llvm-commits
mailing list