This patch adds the VSX logical instructions introduced in the Power ISA 2.07. It also removes the added complexity that favors VMX versions of the three instructions.
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I fixed the mismatch between the -march and -mtriple. Thanks for pointing it out Hal.
I assume the issue is with vnot_ppc (because the and/or/xor will still be promoted to v4i32).