[PATCH] D59744: Fix i386 ABI "__m64" type bug
Michał Górny via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 6 06:37:18 PDT 2019
mgorny added inline comments.
================
Comment at: lib/CodeGen/TargetInfo.cpp:1005
bool IsMCUABI;
+ bool IsLinuxABI;
unsigned DefaultNumRegisterParameters;
----------------
Maybe replace the two booleans with something alike `IsPassInMMXRegABI`? And while at it, include NetBSD there, please.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59744/new/
https://reviews.llvm.org/D59744
More information about the cfe-commits
mailing list