[PATCH] D42574: [ARM] Lower lower saturate to 0 and lower saturate to -1 using bit-operations
Pablo Barrio via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 28 06:17:01 PST 2018
pbarrio added inline comments.
================
Comment at: lib/Target/ARM/ARMISelLowering.cpp:4398
+{
+ EVT VT = Op.getValueType();
+
----------------
VT is not used anywhere. I will remove it before committing.
https://reviews.llvm.org/D42574
More information about the llvm-commits
mailing list