[llvm] [AMDGPU] Add waterfall intrinsics (PR #192409)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 4 04:19:36 PDT 2026


================
@@ -143,6 +143,9 @@ static std::optional<Instruction *> modifyIntrinsicCall(
   NewCall->copyMetadata(OldIntr);
   if (isa<FPMathOperator>(NewCall))
     NewCall->copyFastMathFlags(&OldIntr);
+  // Copy attributes
----------------
gretay-amd wrote:

Done. 

https://github.com/llvm/llvm-project/pull/201549

https://github.com/llvm/llvm-project/pull/192409


More information about the llvm-commits mailing list