'vmr v1, v2' is an alias to 'vor v1, v2, v2'.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Prior to this patch, the next asm statement would fail:
__asm__ ("vmr 1,2\n\t");
Created an alias to vor and updated related tests to check for vmr.
make check and make check-clang are both passing.