[PATCH] D51893: [X86] Teach X86SelectionDAGInfo::EmitTargetCodeForMemcpy about GNUX32
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 11 17:02:19 PDT 2018
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/Target/X86/X86InstrCompiler.td:412
+ [(X86rep_movs i64)]>, REP, AdSize32,
+ Requires<[NotLP64]>;
}
----------------
Probably should be `Requires<[NotLP64, In64BitMode]>`, for the sake of clarity.
https://reviews.llvm.org/D51893
More information about the llvm-commits
mailing list