[all-commits] [llvm/llvm-project] 862c3d: Fix obvious typo
Evgenii Kudriashov via All-commits
all-commits at lists.llvm.org
Tue Nov 29 22:01:37 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 862c3d4fbe185c3d77c067e6e6ad1f07082a31e1
https://github.com/llvm/llvm-project/commit/862c3d4fbe185c3d77c067e6e6ad1f07082a31e1
Author: Gabriel F. T. Gomes <gabriel.gomes at intel.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M clang/include/clang/Basic/TargetInfo.h
Log Message:
-----------
Fix obvious typo
The -fcf-protection option takes an optional argument, which allows the
requesting of control-flow protection on returns, or on indirect jumps
and calls, or both. One of the comments in the code applies to returns,
yet it mentions branches (for indirect calls and jumps). This patch
fixes this obvious typo.
Reviewed By: pengfei
Differential Revision: https://reviews.llvm.org/D117836
Commit: 5b1cb15952978dbe4819601b4ada263a2c2bbe63
https://github.com/llvm/llvm-project/commit/5b1cb15952978dbe4819601b4ada263a2c2bbe63
Author: Evgenii Kudriashov <evgenii.kudriashov at intel.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M llvm/test/CodeGen/X86/combine-and.ll
Log Message:
-----------
[X86] combine-and.ll - add test coverage for scalar broadcast
Reviewed By: RKSimon, pengfei
Differential Revision: https://reviews.llvm.org/D138734
Compare: https://github.com/llvm/llvm-project/compare/78acf911eddd...5b1cb1595297
More information about the All-commits
mailing list