[PATCH] D46809: [GlobalISel] NFCI, Getting GlobalISel ~5% faster
Roman Tereshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 15 10:33:58 PDT 2018
rtereshin added inline comments.
================
Comment at: lib/CodeGen/GlobalISel/InstructionSelect.cpp:205
+ MF, TPC, MORE, "gisel-select",
+ "VReg has a low-level type and a regclass of different sizes", *MI);
return false;
----------------
paquette wrote:
> Maybe something like "VReg's low-level type and register class have different sizes" would be a bit more concise?
Absolutely, thanks for the suggestion. I'm updating the patch.
Repository:
rL LLVM
https://reviews.llvm.org/D46809
More information about the llvm-commits
mailing list