This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbfb6f47e9ea4: [SVE] Change some bfloat lane intrinsics to
use i32 immediates (authored by david-arm).
Changed prior to commit:
https://reviews.llv
paulwalker-arm accepted this revision.
paulwalker-arm added inline comments.
This revision is now accepted and ready to land.
Comment at: llvm/include/llvm/IR/IntrinsicsAArch64.td:1517
-class SVE_4Vec_BF16_Indexed
+class SVE_4Vec_BF16_Indexed_V2
: DefaultAttrsIntrinsic<[ll
david-arm updated this revision to Diff 480451.
david-arm added a comment.
I did try to avoid having to create an intrinsic with a different name, but I
was thwarted at every turn! It is with great regret that I report these two
problems:
1. When you write an IR test file containing a declarati
david-arm marked an inline comment as done.
david-arm added inline comments.
Comment at: llvm/include/llvm/IR/IntrinsicsAArch64.td:2527
-def int_aarch64_sve_bfdot_lane : SVE_4Vec_BF16_Indexed;
-def int_aarch64_sve_bfmlalb_lane : SVE_4Vec_BF16_Indexed;
-def int_aarch64_sve_bfm
paulwalker-arm added inline comments.
Comment at: llvm/include/llvm/IR/IntrinsicsAArch64.td:2527
-def int_aarch64_sve_bfdot_lane : SVE_4Vec_BF16_Indexed;
-def int_aarch64_sve_bfmlalb_lane : SVE_4Vec_BF16_Indexed;
-def int_aarch64_sve_bfmlalt_lane : SVE_4Vec_BF16_Indexed;
+def
david-arm marked an inline comment as done.
david-arm added inline comments.
Comment at: llvm/include/llvm/IR/IntrinsicsAArch64.td:2527
-def int_aarch64_sve_bfdot_lane : SVE_4Vec_BF16_Indexed;
-def int_aarch64_sve_bfmlalb_lane : SVE_4Vec_BF16_Indexed;
-def int_aarch64_sve_bfm
david-arm updated this revision to Diff 478868.
david-arm added a comment.
- Actually done the upgrade stuff properly this time. :)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138788/new/
https://reviews.llvm.org/D138788
Files:
clang/include/clang/Basic/arm_sve.td
clang/test/Code
sdesmalen added inline comments.
Comment at: llvm/include/llvm/IR/IntrinsicsAArch64.td:2527
-def int_aarch64_sve_bfdot_lane : SVE_4Vec_BF16_Indexed;
-def int_aarch64_sve_bfmlalb_lane : SVE_4Vec_BF16_Indexed;
-def int_aarch64_sve_bfmlalt_lane : SVE_4Vec_BF16_Indexed;
+def int_
david-arm updated this revision to Diff 478494.
david-arm edited the summary of this revision.
david-arm added a comment.
- Changed patch to use autoupgrade mechanism.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138788/new/
https://reviews.llvm.org/D138788
Files:
clang/include/clan
david-arm created this revision.
david-arm added reviewers: sdesmalen, paulwalker-arm, kmclaughlin.
Herald added subscribers: ctetreau, psnobl, hiraditya, tschuett.
Herald added a reviewer: efriedma.
Herald added a project: All.
david-arm requested review of this revision.
Herald added projects: cl
10 matches
Mail list logo