"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "faf1ced5eecfc1e25abe5a63e095255c214b01a3"
[X86] AVX512: Move compressed displacement logic to TD
This does not actually move the logic yet but reimplements it in the Tablegen language. Then asserts that the new implementation results in the same value. The next patch will remove the assert and the temporary use of the TSFlags and remove the C++ implementation. The formula requires a limited form of the logical left and right operators. I implemented these with the bit-extract/insert operator (i.e. blah{bits}). No functional change. llvm-svn: 213278
Loading
Please register or sign in to comment