================
@@ -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};
----------------
wenju-he wrote:
> Can you add some comments above for fpmath?
done
https://github.com/llvm/llvm-project/pull/179019
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits