[all-commits] [llvm/llvm-project] 1fd9a1: [msan] Add test for vector abs intrinsic

Vitaly Buka via All-commits all-commits at lists.llvm.org
Tue Sep 29 03:53:02 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1fd9a146d375c256475bb3e11df8d6539ae3f764
      https://github.com/llvm/llvm-project/commit/1fd9a146d375c256475bb3e11df8d6539ae3f764
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2020-09-29 (Tue, 29 Sep 2020)

  Changed paths:
    A llvm/test/Instrumentation/MemorySanitizer/abs-vector.ll

  Log Message:
  -----------
  [msan] Add test for vector abs intrinsic


  Commit: 4aa6abe4efc1b648e7ede290210569ca7a703867
      https://github.com/llvm/llvm-project/commit/4aa6abe4efc1b648e7ede290210569ca7a703867
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2020-09-29 (Tue, 29 Sep 2020)

  Changed paths:
    M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
    M llvm/test/Instrumentation/MemorySanitizer/abs-vector.ll

  Log Message:
  -----------
  [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.


Compare: https://github.com/llvm/llvm-project/compare/cb9cfa0d2fdd...4aa6abe4efc1


More information about the All-commits mailing list