[PATCH] D155789: [Support] Implement LLVM_ENABLE_REVERSE_ITERATION for StringMap

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 24 08:06:43 PDT 2023


foad added inline comments.


================
Comment at: llvm/test/CodeGen/MIR/AMDGPU/virtreg-uses-unallocatable-class.mir:1
+# UNSUPPORTED: reverse_iteration
 # RUN: not llc -mtriple=amdgcn-- -mcpu=gfx900 -run-pass=none -o - %s 2>&1 | FileCheck %s
----------------
MaskRay wrote:
> @arsenm perhaps you can help fix this issue :)
`MIRParserImpl::setupRegisterInfo` iterates over the StringMap `PerFunctionMIParsingState::VRegInfosNamed`. This only seems to affect the order in which error messages are printed. We could fix the test with `CHECK-DAG:`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155789/new/

https://reviews.llvm.org/D155789



More information about the llvm-commits mailing list