[all-commits] [llvm/llvm-project] 3362e2: [VP] Add IR expansion for vp.icmp and vp.fcmp
Fraser Cormack via All-commits
all-commits at lists.llvm.org
Wed Oct 5 00:09:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3362e2d57fc04d801ad8742ffaaeb27461e1cb0b
https://github.com/llvm/llvm-project/commit/3362e2d57fc04d801ad8742ffaaeb27461e1cb0b
Author: Fraser Cormack <fraser at codeplay.com>
Date: 2022-10-05 (Wed, 05 Oct 2022)
Changed paths:
M llvm/lib/CodeGen/ExpandVectorPredication.cpp
M llvm/test/CodeGen/Generic/expand-vp.ll
Log Message:
-----------
[VP] Add IR expansion for vp.icmp and vp.fcmp
These intrinsics are simply expanded to regular icmp/fcmp instructions.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D121594
More information about the All-commits
mailing list