[PATCH] D73092: [VE] i<N> and fp32/64 arguments, return values and constants
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 10:00:55 PST 2020
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/test/CodeGen/VE/cast.ll:970
+; CHECK-NEXT: or %s11, 0, %s9
+ %2 = zext i8 %0 to i128
+ ret i128 %2
----------------
Tests should generally use named values
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73092/new/
https://reviews.llvm.org/D73092
More information about the llvm-commits
mailing list