[Lldb-commits] [lldb] [LLDB][NFC] Fix typo in docs (PR #131388)

2025-03-19 Thread Benjamin Maxwell via lldb-commits
MacDue wrote: `kon72` does not have commit access, so @labath you should probably land this if you know the change is correct :) https://github.com/llvm/llvm-project/pull/131388 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.

[Lldb-commits] [llvm] [lldb] [mlir] [openmp] [flang] [mlir][Vector] Add patterns for efficient i4 -> i8 conversion emulation (PR #79494)

2024-01-26 Thread Benjamin Maxwell via lldb-commits
MacDue wrote: > It gets difficult to get this working for scalable at this level as we would > have to introduce SVE or LLVM intrinsics to model the interleave in an > scalable way. There already are LLVM intrinsics for that, so I don't think it'd be hard to extend to support SVE: I wrote t