PMADDWD can only handle signed short.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 5673 Build 5673: arc lint + arc unit
Event Timeline
Comment Actions
Hi Dehao (and Michael),
Test madd.ll has wrong CHECK-LABEL comments. For example, I see that "label" checks are lower-case. Those should be all upper-case.
I think that those checks are never used in practice.
To avoid problems with FileCheck, I also suggest to add an explicit check line for the 'ret' statement. That way, we know exactly what is the range of instructions where (v)pmaddwd should not appear.
-Andrea
Comment Actions
Oops. didn't notice this was closed already. But can we run the script over the test now?
Should we check Mode == MULU16 first and save the call if it is?