[llvm] [TableGen][RISCV][GlobalISel] Select G_ICMP, G_SELECT, G_PTR_ADD (PR #67185)

Nitin John Raj via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 26 09:11:05 PDT 2023


================
@@ -35,6 +35,8 @@ ValueTypeByHwMode::ValueTypeByHwMode(Record *R, const CodeGenHwModes &CGH) {
     assert(I.second && "Duplicate entry?");
     (void)I;
   }
+  if (R->isSubClassOf("PtrValueType"))
----------------
nitinjohnraj wrote:

Since Github PRs don't support stacked diffs, @topperc and I decided that it would make sense for me to submit a multi-commit PR. When I get the LGTM, I'll manually apply each commit to the main branch and close this without squashing and merging. 
Do you agree that this makes sense? If you do, I'll add some tests to the commit.

https://github.com/llvm/llvm-project/pull/67185


More information about the llvm-commits mailing list