[llvm-branch-commits] [llvm] llvm-reduce: Fix losing fast math flags in operands-to-args (PR #133421)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Mar 28 20:07:07 PDT 2025
arsenm wrote:
> can we have a CallInst copy all flags/metadata helper function?
Mostly could. The attribute case is trickier because you need to remap the indexes if the signature changed
https://github.com/llvm/llvm-project/pull/133421
More information about the llvm-branch-commits
mailing list