[all-commits] [llvm/llvm-project] 42b2fa: Revert "DynamicMemRefType: iteration and access by...
Thomas Joerg via All-commits
all-commits at lists.llvm.org
Wed Aug 17 01:40:18 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 42b2facbe24fb0d1c0454b38475f64f798d48793
https://github.com/llvm/llvm-project/commit/42b2facbe24fb0d1c0454b38475f64f798d48793
Author: Thomas Joerg <tjoerg at google.com>
Date: 2022-08-17 (Wed, 17 Aug 2022)
Changed paths:
M mlir/include/mlir/ExecutionEngine/CRunnerUtils.h
M mlir/unittests/ExecutionEngine/CMakeLists.txt
R mlir/unittests/ExecutionEngine/DynamicMemRef.cpp
Log Message:
-----------
Revert "DynamicMemRefType: iteration and access by indices"
This reverts commit b8ecf32f81bb8073320ad5d4722a1680f615d133.
This commit introduces undefined behavior according to UBSan:
UndefinedBehaviorSanitizer: nullptr-with-nonzero-offset third_party/llvm/llvm-project/mlir/include/mlir/ExecutionEngine/CRunnerUtils.h:377:5
More information about the All-commits
mailing list