[llvm] [IR] Fix range-based for loop over MDOperands bug (PR #80737)

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 5 14:58:08 PST 2024


adrian-prantl wrote:

actually it looks like there are multiple places that make the drop_begin mistake. Which makes me wonder if drop_begin should just return an empty range in the failure case?

https://github.com/llvm/llvm-project/pull/80737


More information about the llvm-commits mailing list