[llvm] [NVPTX] Constant-folding for f2i, d2ui, f2ll etc. (PR #118965)
Alex MacLean via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 12 13:13:24 PST 2024
https://github.com/AlexMaclean commented:
Overall seems reasonable to me, I agree it seems good to constant fold these intrinsics. I'm not too familiar with ConstantFolding though so I can't say if it's okay to add so much target-specific code here.
https://github.com/llvm/llvm-project/pull/118965
More information about the llvm-commits
mailing list