Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/CodeGen/GlobalISel/Utils.cpp | ||
---|---|---|
494–499 | I thought that G_BUILD_VECTOR_TRUNC and G_ANYEXT would have to be handled also but I don't have test for them. Might be required depending on order in with instructions are legalized (G_BUILD_VECTOR_TRUNC is not generated before legalizer). Should I add them anyway? |
llvm/lib/CodeGen/GlobalISel/Utils.cpp | ||
---|---|---|
494–499 | Can be a separate patch |
llvm/lib/CodeGen/GlobalISel/Utils.cpp | ||
---|---|---|
494–499 | What does G_BUILD_VECTOR_TRUNC do on floating point types? Is it like G_TRUNC or G_FPTRUNC? |
llvm/lib/CodeGen/GlobalISel/Utils.cpp | ||
---|---|---|
494–499 | G_TRUNC, it's a bit discard only |
Braces