[PATCH] D127530: [PowerPC] Extend GlobalISel implementation to emit and/or/xor.
Thorsten via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 10 13:00:28 PDT 2022
tschuett added a comment.
Nice! My only comment is that my need some more space in PPCLegalizerInfo. You will have to add a lot more code, see e.g. AARCH64:
https://github.com/llvm/llvm-project/blob/275b2e5243639268033d6f0183b9b3b1a30574be/llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp#L41
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127530/new/
https://reviews.llvm.org/D127530
More information about the llvm-commits
mailing list