[PATCH] D46311: [AArch64] added FP16 vcvth intrinsic support
Luke Geeson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 2 05:23:28 PDT 2018
LukeGeeson marked an inline comment as done.
LukeGeeson added inline comments.
================
Comment at: lib/Target/AArch64/AArch64InstrFormats.td:7793
+multiclass SIMDFPScalarRShift<bit U, bits<5> opc, string asm,
+ SDPatternOperator OpNode=null_frag> {
+
----------------
SjoerdMeijer wrote:
> Do we use OpNode?
builds and tests fine without it - removed
Repository:
rL LLVM
https://reviews.llvm.org/D46311
More information about the llvm-commits
mailing list