[llvm] [GlobalISel][LLT] Introduce FPInfo for LLT (Enable bfloat, ppc128float and others in GlobalISel) (PR #155107)
Ryan Cowan via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 15 06:54:32 PDT 2025
================
@@ -23,6 +24,11 @@ STATISTIC(NumPatternEmitted, "Number of patterns emitted");
using namespace llvm;
using namespace gi;
+static cl::opt<bool>
+ AllowExtendedLLT("gisel-extended-llt",
+ cl::desc("Generate an extended llt names in match tables"),
----------------
HolyMolyCowMan wrote:
Should this be `Generate extended llt names in match tables`?
https://github.com/llvm/llvm-project/pull/155107
More information about the llvm-commits
mailing list