[MLIR] Attempt to fix sanitizer issue (access of uninitialized member)

Follow-up to #156825 ; a member wasn't always initialized, it's not clear to me
why this is needed though, so this fix may not be the right one, we'll monitor
the bots.

GitOrigin-RevId: 0237477a121ec78eaf874a223dca6cd24d0111b8
1 file changed
tree: 82006b7115c80ae33b9355db9edc8b78b83baaca
  1. benchmark/
  2. cmake/
  3. docs/
  4. examples/
  5. include/
  6. lib/
  7. python/
  8. test/
  9. tools/
  10. unittests/
  11. utils/
  12. .clang-format
  13. .clang-tidy
  14. CMakeLists.txt
  15. LICENSE.TXT
  16. Maintainers.md
  17. README.md
README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.