diff options
| author | Vitaly Buka <vitalybuka@google.com> | 2024-04-10 15:09:22 -0700 |
|---|---|---|
| committer | Vitaly Buka <vitalybuka@google.com> | 2024-04-10 15:09:22 -0700 |
| commit | 3143c5bed137957d78daf72d3bbf26362d6291ac (patch) | |
| tree | 11b1437a369425ee275622868c4d63a79bfda0c4 /llvm/unittests/Bitcode/BitReaderTest.cpp | |
| parent | 93133e271d02ed558a040469115315e8a66af4a5 (diff) | |
| parent | 9f6d08f2566a26144ea1753f80aebb1f2ecfdc63 (diff) | |
[𝘀𝗽𝗿] changes introduced through rebaseusers/vitalybuka/spr/main.clangbuiltin-implement-__builtin_allow_runtime_check
Created using spr 1.3.4
[skip ci]
Diffstat (limited to 'llvm/unittests/Bitcode/BitReaderTest.cpp')
| -rw-r--r-- | llvm/unittests/Bitcode/BitReaderTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Bitcode/BitReaderTest.cpp b/llvm/unittests/Bitcode/BitReaderTest.cpp index 3e449f905778..22cc5e749280 100644 --- a/llvm/unittests/Bitcode/BitReaderTest.cpp +++ b/llvm/unittests/Bitcode/BitReaderTest.cpp @@ -160,7 +160,7 @@ TEST(BitReaderTest, MaterializeConstrainedFPStrictFP) { LLVMContext Context; std::unique_ptr<Module> M = getLazyModuleFromAssembly( Context, Mem, - "define double @foo(double %a) {\n" + "define double @foo(double %a) strictfp {\n" " %result = call double @llvm.experimental.constrained.sqrt.f64(double " "%a, metadata !\"round.tonearest\", metadata !\"fpexcept.strict\") " "strictfp\n" |
