[PATCH] D84159: GlobalISel: Handle llvm.roundeven
Jessica Paquette via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 21 14:32:12 PDT 2020
paquette added inline comments.
================
Comment at: llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp:2460
+ // Since round even is the assumed rounding mode for unconstrained FP
+ // operations, round and roundeven are the same operatio.
+ changeOpcode(MI, TargetOpcode::G_INTRINSIC_ROUND);
----------------
typo: operatio
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84159/new/
https://reviews.llvm.org/D84159
More information about the llvm-commits
mailing list