[all-commits] [llvm/llvm-project] 0f37af: Destroy ValueNames after all unique_ptr<Value>
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Thu Mar 31 21:22:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0f37afc60f0200adc09328b82372e2c7df8810cd
https://github.com/llvm/llvm-project/commit/0f37afc60f0200adc09328b82372e2c7df8810cd
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M llvm/lib/IR/LLVMContextImpl.h
Log Message:
-----------
Destroy ValueNames after all unique_ptr<Value>
This UB detected by -fsanitize-memory-use-after-dtor in tensorflow/MLIR.
More information about the All-commits
mailing list