The "tied" attribute was not being checked.
When the registers mismatched no error is generated unless asserts are enabled.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/trunk/test/MC/Hexagon/tied-ops.s | ||
---|---|---|
1 | I think you should use this run line instead: # RUN: not llvm-mc -arch=hexagon -filetype=asm %s 2>%t; FileCheck --implicit-check-not="error:" %s <%t |
I think you should use this run line instead: