[PATCH] D121454: [GlobalISel] Add G_IS_FPCLASS
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 11 07:07:35 PST 2022
arsenm added inline comments.
================
Comment at: llvm/lib/CodeGen/MachineVerifier.cpp:1636-1640
+ if (DestEltTy != LLT::scalar(1)) {
+ report("Destination must be a 1-bit scalar or vector of 1-bit elements",
+ MI);
+ break;
+ }
----------------
You can't do this, the target needs to legalize this
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121454/new/
https://reviews.llvm.org/D121454
More information about the llvm-commits
mailing list