[all-commits] [llvm/llvm-project] 5e6baf: [X86] Invert the compares in inline-asm-flag-outpu...
topperc via All-commits
all-commits at lists.llvm.org
Fri Sep 18 21:54:01 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5e6baf78e5f334585ec998e10b9d992db6994d40
https://github.com/llvm/llvm-project/commit/5e6baf78e5f334585ec998e10b9d992db6994d40
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M llvm/test/CodeGen/X86/inline-asm-flag-output.ll
Log Message:
-----------
[X86] Invert the compares in inline-asm-flag-output.ll so that the setcc instruction condition matches the test name. NFC
Also add nounwind to the tests to remove cfi directives.
Commit: 58ecbbcdcddf80b289c449b86d5996d58fba0d78
https://github.com/llvm/llvm-project/commit/58ecbbcdcddf80b289c449b86d5996d58fba0d78
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/inline-asm-flag-output.ll
Log Message:
-----------
[X86] Fix copy paste mistake in @ccnp flag.
We were treating @ccp and @ccnp the same.
Compare: https://github.com/llvm/llvm-project/compare/ad68a8b95266...58ecbbcdcddf
More information about the All-commits
mailing list