The encodings for floating point conditions A(lways) and N(ever) are in the wrong order, per Sparc manual v8 page 121. This change corrects that mistake.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
...Wow. At least it was only backwards in the assembly parser! I've added some test cases and will commit, thanks!