[all-commits] [llvm/llvm-project] 7d7887: [X86] Remove IntrArgMemOnly from ldmxcsr intrinsic.
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Jan 8 17:51:44 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7d78875f93a95815640606fa86a9972386cc5d10
https://github.com/llvm/llvm-project/commit/7d78875f93a95815640606fa86a9972386cc5d10
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-01-08 (Fri, 08 Jan 2021)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsX86.td
Log Message:
-----------
[X86] Remove IntrArgMemOnly from ldmxcsr intrinsic.
Since we're leaving this as ReadWrite with the "write" reflecting
the update to MXCSR, we shouldn't say it only writes arg memory.
Hopefully this fixes the issue reported in post-commit in D93571.
More information about the All-commits
mailing list