[llvm] [GlobalISel][LLT] Introduce FPInfo for LLT (Enable bfloat, ppc128float and others in GlobalISel) (PR #155107)
Amara Emerson via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 22 10:47:18 PDT 2025
================
@@ -229,6 +230,10 @@ class TargetOptions {
/// EnableGlobalISel - This flag enables global instruction selection.
unsigned EnableGlobalISel : 1;
+ /// EnableGlobalISelExtendedLLT - This flag enables LLTs with extenden type
----------------
aemerson wrote:
type "extended"
https://github.com/llvm/llvm-project/pull/155107
More information about the llvm-commits
mailing list