Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/Sparc/SparcInstrInfo.td | ||
---|---|---|
735 ↗ | (On Diff #23964) | These instructions and the registers %wim, %tbr, %psr do not exist in sparcV9. Predicate them with HasNoV9. |
Comment Actions
Note: I left the registers and asm syntax enabled in both modes; that seems to be what's typically done elsewhere, how gcc's assembler works, and I imagine might be useful for if you wanted to write an asm file which can run in both v8 and v9 processors (with appropriate runtime branches).
lib/Target/Sparc/SparcInstrInfo.td | ||
---|---|---|
735 ↗ | (On Diff #23964) | Yes thanks, done. |
Comment Actions
LGTM. I'm not sure if we want to lock down the assembler more, but since we haven't up to this point for sparc we can make that decision later.
Thanks!
-eric