You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MIPS/Clang: handleTargetFeatures, add +fp64 if +msa and no other +-fp (llvm#92728)
Commit: d59bc6b
Clang/MIPS: Add +fp64 if MSA and no explicit -mfp option (llvm#91949)
added +fp64 for `clang`, while not for `clang -cc1`. So
clang -cc1 -triple=mips -target-feature +msa -S
will emit an asm source file without ".module fp=64".
0 commit comments