[PATCH] D153757: [RFC][TableGen][GlobalISel] Add Combiner Match Table Backend
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 20 00:31:10 PDT 2023
MaskRay added a comment.
The test `LLVM :: TableGen/GlobalISelCombinerMatchTableEmitter/pattern-parsing.td` relies on the iteration order of StringMap, which is not guaranteed. The bug is caught by D155789 <https://reviews.llvm.org/D155789>.
I have fixed one bug 6de2735c2428789f99a26bee66030ddfb0841b9e <https://reviews.llvm.org/rG6de2735c2428789f99a26bee66030ddfb0841b9e>, but there are more.
curl -L 'https://reviews.llvm.org/D155789?download=1' | patch -p1
cmake ... -DLLVM_ENABLE_REVERSE_ITERATION=on
ninja -C ... check-llvm-tablegen
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153757/new/
https://reviews.llvm.org/D153757
More information about the llvm-commits
mailing list