[all-commits] [llvm/llvm-project] 7f2dd2: [mlir][Tosa] Fix test failure when running with Asan.

Adrian Kuegel via All-commits all-commits at lists.llvm.org
Tue Oct 17 04:25:41 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7f2dd2da99371ef5b281834b604d251f3112cb23
      https://github.com/llvm/llvm-project/commit/7f2dd2da99371ef5b281834b604d251f3112cb23
  Author: Adrian Kuegel <akuegel at google.com>
  Date:   2023-10-17 (Tue, 17 Oct 2023)

  Changed paths:
    M mlir/lib/Dialect/Tosa/Transforms/TosaValidation.cpp

  Log Message:
  -----------
  [mlir][Tosa] Fix test failure when running with Asan.

We cannot rely on the address of StringAttr being the same if the stored
string is the same.




More information about the All-commits mailing list