"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "50cbb9ad3e56604416e7a714cdbdca5e55f3a2b9"
have tblgen detect when an instruction would have matched, but
failed because a subtarget feature was not enabled. Use this to remove a bunch of hacks from the X86AsmParser for rejecting things like popfl in 64-bit mode. Previously these hacks weren't needed, but were important to get a message better than "invalid instruction" when used in the wrong mode. This also fixes bugs where pushal would not be rejected correctly in 32-bit mode (just pusha). llvm-svn: 113166
Loading
Please register or sign in to comment