This revision ensures SwitchOps with case and condition
bitwidths other than 32-bit are imported properly. It adds an
APInt based builder to the SwitchOp and implements
a verifier that checks that the condition and the case
value types match.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo