-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Open
Labels
Description
I added a lit feature reverse_iteration to work around two tests when implementing LLVM_ENABLE_REVERSE_ITERATION for StringMap and changing StringMap used hash function from xxHash64 to xxh3_64bits. We can remove the lit feature once the following 2 tests are fixed:
% rg ':.*reverse_iteration'
llvm/test/ExecutionEngine/RuntimeDyld/ARM/MachO_ARM_PIC_relocations.s
1:# REQUIRES: reverse_iteration
llvm/test/CodeGen/MIR/AMDGPU/virtreg-uses-unallocatable-class.mir
1:# UNSUPPORTED: reverse_iteration
lhames