[llvm] [X86][GlobalISel] - Legalize And Select of G_FPTOSI/G_SITOFP in X87 mode (PR #137377)
Evgenii Kudriashov via llvm-commits
llvm-commits at lists.llvm.org
Wed May 28 15:09:37 PDT 2025
================
@@ -17,6 +17,7 @@
#include "llvm/CodeGen/GlobalISel/LegalizerHelper.h"
#include "llvm/CodeGen/GlobalISel/MachineIRBuilder.h"
#include "llvm/CodeGen/MachineConstantPool.h"
+#include "llvm/CodeGen/MachineFrameInfo.h"
----------------
e-kud wrote:
I wonder if it is needed. I think this is redundant after using `createStackTemporary`
https://github.com/llvm/llvm-project/pull/137377
More information about the llvm-commits
mailing list