[PATCH] D84110: [ARM] Constant fold VCTP intrinsics
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 21 02:45:28 PDT 2020
dmgreen added a comment.
In D84110#2162902 <https://reviews.llvm.org/D84110#2162902>, @efriedma wrote:
> We might want to look at migrating the target-specific code into the target, similar to what we're doing for target-specific intrinsics in instcombine.
Yep. Sounds sensible to me. (That's one of the reason's I didn't think ConstantFolding handled target intrinsics). The instcombine side should probably go in first though.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84110/new/
https://reviews.llvm.org/D84110
More information about the llvm-commits
mailing list