[PATCH] D30721: [GlobalISel] Add default action for G_FNEG
Volkan Keles via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 7 15:22:13 PST 2017
volkan added inline comments.
================
Comment at: lib/CodeGen/GlobalISel/LegalizerHelper.cpp:556
+ default:
+ llvm_unreachable("unexpected floating-point type");
+ }
----------------
qcolombet wrote:
> Can't we simply reuse Ty?
No, Ty is an instance of LLT.
https://reviews.llvm.org/D30721
More information about the llvm-commits
mailing list