[PATCH] D42042: [X86][SSE] Add custom execution domain fixing for BLENDPD/BLENDPS/PBLENDD/PBLENDW (PR34873)

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 14 11:44:09 PST 2018


craig.topper added inline comments.


================
Comment at: lib/Target/X86/X86InstrInfo.cpp:10159
+    // Attempt to match for custom instructions.
+    if (validDomains = getExecutionDomainCustom(MI))
+      return std::make_pair(domain, validDomains);
----------------
This line gives a compiler warning due to the assigment not having extra parentheses


Repository:
  rL LLVM

https://reviews.llvm.org/D42042





More information about the llvm-commits mailing list