This patch mostly follows up on D121292 which introduced the vp.fcmp
intrinsic.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM with that doc fix
llvm/docs/LangRef.rst | ||
---|---|---|
20403 | I might have missed this in the fcmp patch, but the <4 x i32> on the select line should be <4 x i1> |
llvm/docs/LangRef.rst | ||
---|---|---|
20403 | Ah good spot, thanks! I committed rGa0e5d9e1f41b to take care of that. |
I might have missed this in the fcmp patch, but the <4 x i32> on the select line should be <4 x i1>