torch-mlir
torch-mlir copied to clipboard
TorchOnnxToTorch: Fix stack-use-after-free
We used to move the SmallVector into an ArrayRef and then the SmallVector left the scope.
Found by asan.