[PATCH] D50432: [DAGCombiner] Reduce load widths of shifted masks
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 14 09:23:13 PST 2019
samparker added a comment.
Thanks. Yes, I think this is to do with the way I try to insert the new shl node, the DAG is just returning the existing node hence we only have one shl node. Should have a patch up tomorrow.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D50432/new/
https://reviews.llvm.org/D50432
More information about the llvm-commits
mailing list