[Openmp-commits] [PATCH] D103663: [AMDGPU] Add gfx1013 target
Brendon Cahoon via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Jun 7 16:51:57 PDT 2021
bcahoon added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp:4700
+ B.getMF().getFunction().getContext().diagnose(BadIntrin);
+ B.buildUndef(MI.getOperand(0));
+ MI.eraseFromParent();
----------------
rampitec wrote:
> rampitec wrote:
> > Just return false like in other places.
> Just return false. I see that is like this in the whole file.
Changed this to false, and also changed SIISelLlowering to return SDValue so that both fail in a similar way.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103663/new/
https://reviews.llvm.org/D103663
More information about the Openmp-commits
mailing list