mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
db92fb0716
The atomic tests assume the two-operand forms, so I've restricted them to z10. Running and-01.ll, or-01.ll and xor-01.ll for z196 as well as z10 shows why using convertToThreeAddress() is better than exposing the three-operand forms first and then converting back to two operands where possible (which is what I'd originally tried). Using the three-operand form first stops us from taking advantage of NG, OG and XG for spills. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186683 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
insns-pcrel.txt | ||
insns.txt | ||
invalid-regs.txt | ||
lit.local.cfg | ||
trunc-01.txt | ||
trunc-02.txt | ||
trunc-03.txt | ||
unmapped.txt |