[PATCH] D154359: [clang] Reset FP options before template instantiation
Serge Pavlov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 12 09:19:20 PDT 2023
sepavloff added inline comments.
================
Comment at: clang/test/CodeGen/fp-template.cpp:28
+// CHECK-LABEL: define {{.*}} float @_ZN7PR6354211stable_sortIiEEffT_(
+// CHECK: fadd float
+
----------------
zahiraam wrote:
> Shouldn't we be expecting a constraint add here?
Yes, you are right. I incorrectly merged the fix to main branch.
Thank you!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154359/new/
https://reviews.llvm.org/D154359
More information about the cfe-commits
mailing list