diff options
author | Marek Olsak <marek.olsak@amd.com> | 2018-01-29 23:19:10 +0000 |
---|---|---|
committer | Marek Olsak <marek.olsak@amd.com> | 2018-01-29 23:19:10 +0000 |
commit | 48057b554c353478d1e2283ebe6ec4c337b1d366 (patch) | |
tree | 2c162fccca628d0789fbbfda7e42b2758ee640d1 /lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py | |
parent | 93955d0d34d86521c8e5ae883c70e10464847dad (diff) | |
download | bcm5719-llvm-48057b554c353478d1e2283ebe6ec4c337b1d366.tar.gz bcm5719-llvm-48057b554c353478d1e2283ebe6ec4c337b1d366.zip |
AMDGPU: Allow a SGPR for the conditional KILL operand
Patch by: Bas Nieuwenhuizen
Just use the _e64 variant if needed. This should be possible as per
def : Pat <
(int_amdgcn_kill (i1 (setcc f32:$src, InlineFPImm<f32>:$imm, cond:$cond))),
(SI_KILL_F32_COND_IMM_PSEUDO $src, (bitcast_fpimm_to_i32 $imm), (cond_as_i32imm $cond))
> ;
I don't think we can get an immediate for the other operand for which we
need the second 32-bit word.
https://reviews.llvm.org/D42302
llvm-svn: 323706
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py')
0 files changed, 0 insertions, 0 deletions