[llvm] [GlobalISel][LLT] Introduce FPInfo for LLT (Enable bfloat, ppc128float and others in GlobalISel) (PR #155107)
Serge Pavlov via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 26 00:43:36 PST 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",
----------------
spavloff wrote:
It looks like this option is used only in one test?
https://github.com/llvm/llvm-project/pull/155107
More information about the llvm-commits
mailing list