[PATCH] D86665: [GlobalISel][IRTranslator] Generate better conditional branch lowering.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 26 17:07:52 PDT 2020
arsenm added a comment.
I was actually just looking at the original globalisel proposal, and switches were intended to be directly translated into a G_SWITCH instruction. Would it be much effort to move this into a machine transformation?
For AMDGPU we're stuck using LowerSwitch and control flow intrinsics, but in the near-ish future we can directly handle control flow here
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86665/new/
https://reviews.llvm.org/D86665
More information about the llvm-commits
mailing list