Counting the number of instructions is both unintuitive and inaccurate. On AArch64, this only affects the generated remarks and certain rare pseudo-instructions, but it will have a bigger impact on other targets.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Forgot to run the x86 regression tests... x86 doesn't implement getInstSizeInBytes(), so the changes were completely broken. Now updated to do something sane, with some FIXMEs.