[PATCH] D150179: [GlobalISel] Hide hoisted constants behind G_BITCAST to prevent folding.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 9 01:10:19 PDT 2023
arsenm added a comment.
Seems like this is another one of those DAG workaround passes we ideally wouldn't need to keep running
================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-hoisted-constants.ll:29
+entry:
+ %hc = bitcast i32 100000 to i32
+ br label %cont
----------------
Also add some vector cases?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150179/new/
https://reviews.llvm.org/D150179
More information about the llvm-commits
mailing list