[PATCH] D109889: AMDGPU: Lower one copy from SCC early for SelectionDAG
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 21 07:04:52 PDT 2021
foad added a comment.
> In SelectionDAG path, we are currently using -1/0 when copying from SCC.
> But in GlobalISel path, we are requesting 1/0 when copying from SCC.
Is there a good reason for that difference? Is it related to TargetLowering::setBooleanContents? We always set ZeroOrOneBooleanContent for GCN subtargets.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109889/new/
https://reviews.llvm.org/D109889
More information about the llvm-commits
mailing list