[PATCH] D56682: [GlobalISel][AArch64] Add isel support for FP16 vector @llvm.ceil
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 18 17:48:33 PST 2019
arsenm added inline comments.
================
Comment at: lib/CodeGen/GlobalISel/LegalizerHelper.cpp:1228-1229
+
+ // Unary operations.
+ case TargetOpcode::G_FCEIL: {
+ // FIXME: Should handle vectors.
----------------
You can just add this as a case once I commit D56863
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56682/new/
https://reviews.llvm.org/D56682
More information about the llvm-commits
mailing list