[PATCH] D151945: Introduce G_OPAQUE and use it to prevent constant folding hoisted constants.
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 2 22:16:03 PDT 2023
aemerson added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-hoisted-constants.ll:107
+}
+
----------------
arsenm wrote:
> Add some cases with vectors and FP types?
ConstantHoisting doesn't seem to hoist any vector or FP constants at all.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151945/new/
https://reviews.llvm.org/D151945
More information about the llvm-commits
mailing list