[llvm] TargetLibraryInfo: Use pointer index size to determine getSizeTSize(). (PR #118747)
Jessica Clarke via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 9 17:03:38 PST 2024
================
@@ -8,11 +8,10 @@ target datalayout = "e-m:o-p:40:64:64:32-i64:64-f80:128-n8:16:32:64-S128"
@.str.1 = private unnamed_addr constant [2 x i8] c"w\00", align 1
@.str.2 = private unnamed_addr constant [4 x i8] c"str\00", align 1
-; Check fwrite is generated with arguments of ptr size, not index size
----------------
jrtc27 wrote:
Well, the file could grow other stdio tests, at which point this comment would apply to only this function. I think there's a perfectly fine place for it. But if you want to do anything, use `;;` as the comment prefix to distinguish it from UTC and FileCheck directives.
https://github.com/llvm/llvm-project/pull/118747
More information about the llvm-commits
mailing list