mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
This PR fixes a crash in `VectorToGPU` when the operand of `extOp` is a function argument, which cannot be retrieved using `getDefiningOp`. Fixes #107967.