[PATCH] D105491: [clang] Use i64 for the !srcloc metadata on asm IR nodes.
Tomas Matheson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 16 01:42:17 PDT 2021
tmatheson added a comment.
@dexonsmith I don't think they need upgraded. Most of the places I can see referencing `!srcloc` are copying it around and will preserve the i32 type. Cases which actually read the value are already reading it as 64 bit via `getZExtValue` and have been updated here, e.g. `MachineInstr::emitError`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105491/new/
https://reviews.llvm.org/D105491
More information about the cfe-commits
mailing list