"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "32708f952b44b3870d5654fad2289885db7f5c73"
[M68k] Add instruction selection support for zext with PCD addressing
Instruction selection was failing when trying to zero extend a value loaded from a PC-relative address. This adds support for zero extension using the "program counter indirect with displacement" addressing mode. It also adds a test with code that was previously failing to compile. This fixes a compile error in Rust's libcore. Differential Revision: https://reviews.llvm.org/D149034
Loading
Please register or sign in to comment