[PATCH] D52475: [AArch64][v8.5A] Add FRINT[32,64][Z,X] instructions
Tim Northover via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 26 08:01:24 PDT 2018
t.p.northover added inline comments.
================
Comment at: lib/Target/AArch64/AArch64InstrInfo.td:67
AssemblerPredicate<"FeatureAltFPCmp", "altnzcv">;
+def HasFRIntNNT : Predicate<"Subtarget->hasFRIntNNT()">,
+ AssemblerPredicate<"FeatureFRIntNNT", "fptoint">;
----------------
What's behind the "NNT" here? It's not a particularly obvious name.
Repository:
rL LLVM
https://reviews.llvm.org/D52475
More information about the llvm-commits
mailing list