[PATCH] D131254: [AMDGPU][GISel] Enable Selection of ADD3 for G_PTR_ADD
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 24 02:54:58 PDT 2022
foad requested changes to this revision.
foad added a comment.
This revision now requires changes to proceed.
With your patch, tablegen crashes trying to build the <Target>GenGlobalISel.inc file for X86 and PowerPC.
================
Comment at: llvm/lib/Target/AMDGPU/VOP3Instructions.td:462
+ if (!Operands[i] || !Operands[i]->isReg())
+ return true;
+
----------------
Trailing whitespace on this line!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131254/new/
https://reviews.llvm.org/D131254
More information about the llvm-commits
mailing list