[PATCH] D70892: [PatternMatch] Add support for matching intrinsics with 5 operands.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 2 07:32:14 PST 2019


fhahn marked an inline comment as done.
fhahn added a comment.

Thanks for the quick review :)



================
Comment at: llvm/unittests/IR/PatternMatch.cpp:1194
+
+  // Match specific forth argument.
+  EXPECT_TRUE(
----------------
spatel wrote:
> typo: forth -> fourth
thanks, will fix before committing!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70892/new/

https://reviews.llvm.org/D70892





More information about the llvm-commits mailing list