[PATCH] D47124: [X86] Remove masking from vpternlog intrinsics. Use a select in IR instead.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 21 10:16:41 PDT 2018


craig.topper added a comment.

I don't know that the fast-isel tests would show anything more than the intrinsics tests do since I ran those test cases through the autoupgrade code to get IR with selects. Should I move the intrinsic+select to fast-isel and leave just intrinsic by itself in the *intrinsic.ll test?


Repository:
  rL LLVM

https://reviews.llvm.org/D47124





More information about the llvm-commits mailing list