Unverified Commit fcde8c88 authored by Pierre van Houtryve's avatar Pierre van Houtryve Committed by GitHub
Browse files

[TableGen][GlobalISel] Use `GIM_SwitchOpcode` in Combiners (#66864)

The call to `initOpcodeValuesMap` was missing, causing the MatchTable to
(unintentionally) not emit a `SwitchMatcher`. Also adds other code
imported from `GlobalISelEmitter.cpp` to ensure rules are sorted by
precedence as well.

Overall this improves GlobalISel compile-time performance by a
noticeable amount. See #66751
parent a68c7241
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment