[PATCH] D75748: [X86] Replace (most) X86ISD::SHLD/SHRD usage with ISD::FSHL/FSHR generic opcodes (PR39467)
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 10 11:25:16 PDT 2020
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/X86/X86ISelLowering.h:37
+ /// X86 funnel/double shift i16 instructions. These correspond to
+ /// X86::SHLDWx and X86::SHRDWx instructions which have different amt
+ /// modulo rules to generic funnel shifts.
----------------
What is the 'x' after the W?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75748/new/
https://reviews.llvm.org/D75748
More information about the llvm-commits
mailing list