[llvm] [TableGen][RISCV][GlobalISel] Select G_ICMP, G_SELECT, G_PTR_ADD (PR #67185)
Min-Yih Hsu via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 26 10:38:53 PDT 2023
================
@@ -35,6 +35,8 @@ ValueTypeByHwMode::ValueTypeByHwMode(Record *R, const CodeGenHwModes &CGH) {
assert(I.second && "Duplicate entry?");
(void)I;
}
+ if (R->isSubClassOf("PtrValueType"))
----------------
mshockwave wrote:
> submit a multi-commit PR.
yeah I'm fine with that. Stacked review has been discussed for a while in the community and I doubt there will be any resolution (either workaround or supports from GH) anytime soon
https://github.com/llvm/llvm-project/pull/67185
More information about the llvm-commits
mailing list