[PATCH] D71210: [MC] Widen the functional unit type from 32 to 64 bits.
James Molloy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 10 03:09:02 PST 2019
jmolloy added a comment.
In fact, one concrete improvement we could do with this CL (which clearly found everything we needed to patch) is introduce a typedef for "A bitmask of functional units". This would allow us to find all the instances again in future, and highlight the point of the bitwidth to users.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71210/new/
https://reviews.llvm.org/D71210
More information about the llvm-commits
mailing list