[PATCH] D46366: AMDGPU: Add D16 instructions preserve unused bits feature
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 4 03:44:12 PDT 2018
arsenm added inline comments.
================
Comment at: lib/Target/AMDGPU/AMDGPU.td:329
+ "true",
+ "D16 instructions preserve unused bits"
+>;
----------------
Should probably note the alternative is to zero them, and specify these are memory instructions
https://reviews.llvm.org/D46366
More information about the llvm-commits
mailing list