[PATCH] D154766: [GlobalISel] convergent intrinsics
Sameer Sahasrabuddhe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 30 23:47:02 PDT 2023
sameerds added inline comments.
================
Comment at: llvm/docs/GlobalISel/GenericOpcode.rst:868
- Unlike SelectionDAG, there is no _VOID variant. Both of these are permitted
- to have zero, one, or multiple results.
+ Unlike SelectionDAG, intrinsics are permitted to have zero, one, or multiple results.
+
----------------
arsenm wrote:
> If you drop the "is no void variant" part, the "Unlike SelectionDAG" part doesn't make sense. Either preserve the first sentence entirely or drop it
Kept the original.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154766/new/
https://reviews.llvm.org/D154766
More information about the llvm-commits
mailing list