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

Min-Yih Hsu <[email protected]> changed:

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

--- Comment #5 from Min-Yih Hsu <[email protected]> ---
@Andrea thank you for your rapid fix :-)

Closing this bug now...

> I believe NOP's are aliases for a certain type of tHINT's in the arm backend. 

Yes, actually the original sequence that triggered this bug was
```
pop     {r3, r4, r5, r6, r7, pc}
hint    #0

```
I thought it's more clear to write `nop` rather than `hint` and they both
triggered the same bug.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to