"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "b16f6324db21f778aba9cb62452010aab13c2d1f"
Replace X86 FMA intrinsic pseduo-instructions with def pats.
It looks like these pseudos were only used for pattern matching. Def pats are the appropriate way to do that. As a bonus, these intrinsics will now have memory operands folded properly, and better FMA3 variants selected where appropriate (see r199933). <rdar://problem/15611947> llvm-svn: 200577
Loading
Please register or sign in to comment