[PATCH] D69986: [X86] Bugfix for rL349334
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 8 02:13:09 PST 2019
RKSimon added inline comments.
================
Comment at: SingleSource/UnitTests/Vector/AVX512F/getmant.c:121
unsigned int exp : 11;
unsigned int sign : 1;
} st;
----------------
Have you confirmed this works? Would it be better to change all 3 members to use unsigned long long?
Repository:
rT test-suite
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69986/new/
https://reviews.llvm.org/D69986
More information about the llvm-commits
mailing list