]> granicus.if.org Git - clang/commit
[X86] Fix a couple places that were using macro arguments twice when of the usages...
authorCraig Topper <craig.topper@intel.com>
Mon, 4 Jun 2018 02:56:18 +0000 (02:56 +0000)
committerCraig Topper <craig.topper@intel.com>
Mon, 4 Jun 2018 02:56:18 +0000 (02:56 +0000)
commit97863f6283961b6cf90a9efc7186291e0d6c93d7
treefd0efa172883eb5aee7aceb5d15724753e70e266
parentf1d20616fbc600302e0e2e6487da9c432f4891c8
[X86] Fix a couple places that were using macro arguments twice when of the usages could just be undefined.

One of the arguments was being used when the passthru argument is unused due to the mask being all 1s. But in that case the actual value doesn't matter so we should use undef instead to avoid expanding the macro argument unnecessarily.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333865 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/avx512fintrin.h