[PATCH] D71515: [AArch64] match fcvtl2 with bitcasted extract
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 17 16:09:02 PST 2019
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
LGTM with one minor nit
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp:3043
+ case ISD::FP_EXTEND:
+ if (tryHighFPExt(Node))
----------------
Indentation?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71515/new/
https://reviews.llvm.org/D71515
More information about the llvm-commits
mailing list