[clang] [llvm] [CIR] Support x86 builtin rotate (PR #169566)

Andy Kaylor via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 1 11:13:24 PST 2025


================
@@ -85,6 +88,41 @@ static mlir::Value getMaskVecValue(CIRGenBuilderTy &builder, mlir::Location loc,
   return maskVec;
 }
 
+static mlir::Value emitX86FunnelShift(CIRGenFunction &cgf,
----------------
andykaylor wrote:

```suggestion
static mlir::Value emitX86FunnelShift(CIRGenBuilderTy &builder,
```

https://github.com/llvm/llvm-project/pull/169566


More information about the llvm-commits mailing list