[all-commits] [llvm/llvm-project] 79a033: Fix crash from use of a temporary after its scope ...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Thu Dec 9 21:08:23 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 79a0330a525777af58e45836424c62ac67b935e5
https://github.com/llvm/llvm-project/commit/79a0330a525777af58e45836424c62ac67b935e5
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2021-12-10 (Fri, 10 Dec 2021)
Changed paths:
M mlir/lib/Conversion/GPUCommon/GPUOpsLowering.cpp
Log Message:
-----------
Fix crash from use of a temporary after its scope exit
Introduced in D110448 and broke some bots (reported by ASAN).
Differential Revision: https://reviews.llvm.org/D110448
More information about the All-commits
mailing list