[PATCH] D51953: [GlobalISel] Add a new IR canonicalization pass
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 17 09:24:28 PDT 2018
aemerson added a comment.
This isn't really ideal because of how trivial it is currently. The issue is that if we added the capability to InstSimplify (which is where it would fit most naturally), we'd still end up with the problem of running the whole of InstSimplify in the GlobalISel pipeline. It's reasonable for now I think so I'll commit with the changes requested.
Repository:
rL LLVM
https://reviews.llvm.org/D51953
More information about the llvm-commits
mailing list