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

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 2 06:40:28 PST 2019


spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/unittests/IR/PatternMatch.cpp:1194
+
+  // Match specific forth argument.
+  EXPECT_TRUE(
----------------
typo: forth -> fourth


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