[PATCH] D115130: [AMDGPU][GlobalISel] Handle hasPostISelHook for atomic inst without return.
Abinav Puthan Purayil via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 16 07:45:34 PST 2021
abinavpp added a comment.
In D115130#3173524 <https://reviews.llvm.org/D115130#3173524>, @arsenm wrote:
> I was hoping to avoid reproducing the SelectionDAG scheme for this. IMO the main reason for the existence of post-isel hooks is workarounds for DAG limitations. I guess we could move this to patterns in the DAG anyway, so I guess that's a separate improvement.
D115881 <https://reviews.llvm.org/D115881> is an attempt to do this in tblgen.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115130/new/
https://reviews.llvm.org/D115130
More information about the llvm-commits
mailing list