[PATCH] D28794: [NVPTX] Upgrade NVVM intrinsics in InstCombineCalls.

Justin Lebar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 16:46:07 PST 2017


jlebar added inline comments.


================
Comment at: llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp:1412
+
+    SimplifyAction() {}
+
----------------
majnemer wrote:
> = default?
Is there a reason to prefer that over this syntax?  This is fewer chars, which is why I chose to do it this way.


https://reviews.llvm.org/D28794





More information about the llvm-commits mailing list