[llvm-bugs] [Bug 43867] Invalid Hexagon disassembly with new-value operands

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Nov 1 06:57:00 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=43867

Krzysztof Parzyszek <kparzysz at quicinc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Krzysztof Parzyszek <kparzysz at quicinc.com> ---
The current encoding is correct, i.e.
{
  r1 = add(r29,#24)     // b0431d01
                        // 00004392
  r0 = ##58520          // 78004300
  memw(r29+#4) = r1.new // a1b4d401
}

0xd5 in the last instruction is not a valid value.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20191101/75a1cd25/attachment.html>


More information about the llvm-bugs mailing list