[PATCH] D88595: [TableGen] Add not_all_same constraint check
David Greene via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 1 07:05:24 PDT 2020
greened added inline comments.
================
Comment at: llvm/utils/TableGen/CodeGenInstruction.cpp:16
+#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringExtras.h"
----------------
Hmm. Is this actually a correct warning? Why would "ST" be lexigraphically before "Sm?"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88595/new/
https://reviews.llvm.org/D88595
More information about the llvm-commits
mailing list