Vitaly Buka
|
795d94fdb9
|
[NFC][Msan] Add llvm.fabs test
llvm.fabs does not need a special handler as llvm.abs as its
single argument type match the return type.
|
2020-09-29 17:07:52 -07:00 |
Vitaly Buka
|
616c68aab7
|
[NFC][MSAN] Remove an attribute in test
|
2020-09-29 17:07:52 -07:00 |
Vitaly Buka
|
4aa6abe4ef
|
[msan] Fix llvm.abs.v intrinsic
The last argument of the intrinsic is a boolean
flag to control INT_MIN handling and does
not affect msan metadata.
|
2020-09-29 03:52:27 -07:00 |
Vitaly Buka
|
1fd9a146d3
|
[msan] Add test for vector abs intrinsic
|
2020-09-29 03:52:27 -07:00 |