[PATCH] D129743: [GlobalISel] Change widenScalar of G_FCONSTANT to mutate into G_CONSTANT.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 14 07:17:37 PDT 2022
arsenm added a comment.
Could use some additional end to end tests, particularly ones that change the value (and some cases where it folds through an fpext to a legalized operation). We might be missing some constant fold code that bothers handling G_CONSTANT and G_FCONSTANT interchangeably.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129743/new/
https://reviews.llvm.org/D129743
More information about the llvm-commits
mailing list