[PATCH] D93158: [X86] Avoid %fs:(%eax) references in x32 mode
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 15 03:35:36 PST 2020
RKSimon added inline comments.
================
Comment at: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:1618
+bool X86DAGToDAGISel::matchLoadInAddress(LoadSDNode *N, X86ISelAddressMode &AM,
+ bool NoRegisters) {
SDValue Address = N->getOperand(1);
----------------
Is there a better name that we can use than NoRegisters?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93158/new/
https://reviews.llvm.org/D93158
More information about the llvm-commits
mailing list