[PATCH] D50051: AMDGPU: Push fcanonicalize through partially constant build_vector
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 2 10:07:46 PDT 2018
rampitec accepted this revision.
rampitec added a comment.
This revision is now accepted and ready to land.
Remove now unused NumOps variable. Otherwise LGTM.
================
Comment at: lib/Target/AMDGPU/SIISelLowering.cpp:6912
+ unsigned NumOps = N0.getNumOperands();
+
----------------
NumOps is unused now.
https://reviews.llvm.org/D50051
More information about the llvm-commits
mailing list