Files
clang-p2996/llvm/lib/Target/WebAssembly/WebAssemblyInstrControl.td
Heejin Ahn 0818c2801e [WebAssembly] Simplify a switch-case in CFGStackify (NFC) (#107360)
This merges some `case`s using `[[fallthrough]]`, and make `DELEGATE` as
a separate `case`. (Previously the reason we didn't do that was not to
duplicate the code in `RewriteOperands`. But now that we've extracted it
into a lambda function in #107182 we can do it.
2024-09-05 09:47:26 -07:00

7.5 KiB