[PATCH] D105919: [AMDGPU] Mark all relevant VOP1 instructions rematerializable
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 13 17:12:35 PDT 2021
rampitec added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/VOP1Instructions.td:361
+let isReMaterializable = 1 in {
let SubtargetPredicate = isGFX6GFX7 in {
----------------
arsenm wrote:
> I think we need a nofpexcept flag check for most of these FP ops
Do we realy raise anything? I suppose at maximum we will get SNaN, but that can be remated. On practice have you seen a signaling scenario anywhere?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105919/new/
https://reviews.llvm.org/D105919
More information about the llvm-commits
mailing list