================
@@ -576,7 +576,8 @@ void 
Instruction::dropUBImplyingAttrsAndMetadata(ArrayRef<unsigned> Keep) {
   // immediate undefined behavior.
   static const unsigned KnownIDs[] = {
       LLVMContext::MD_annotation, LLVMContext::MD_range,
-      LLVMContext::MD_nonnull, LLVMContext::MD_align, LLVMContext::MD_prof};
+      LLVMContext::MD_nonnull,    LLVMContext::MD_align,
+      LLVMContext::MD_fpmath,     LLVMContext::MD_prof};
----------------
dtcxzyw wrote:

Can you add some comments above for fpmath?

https://github.com/llvm/llvm-project/pull/179019
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to