[all-commits] [llvm/llvm-project] 56b3e9: [AArch64] Sync isDef32 to the current x86 version.
Eli Friedman via All-commits
all-commits at lists.llvm.org
Tue Jul 6 17:07:25 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56b3e9edc49314e874c9d52e9d5f5cf08f62c948
https://github.com/llvm/llvm-project/commit/56b3e9edc49314e874c9d52e9d5f5cf08f62c948
Author: Eli Friedman <efriedma at quicinc.com>
Date: 2021-07-06 (Tue, 06 Jul 2021)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.h
Log Message:
-----------
[AArch64] Sync isDef32 to the current x86 version.
We should probably come up with some better way to do this, but let's
make sure to catch known issues for now.
Commit: 75eb43ab490fd8e16c231fc40e9ec589c867cee5
https://github.com/llvm/llvm-project/commit/75eb43ab490fd8e16c231fc40e9ec589c867cee5
Author: Eli Friedman <efriedma at quicinc.com>
Date: 2021-07-06 (Tue, 06 Jul 2021)
Changed paths:
M llvm/test/CodeGen/AArch64/neon-bitwise-instructions.ll
Log Message:
-----------
[AArch64] Add more tests related to vselect with constant condition.
Not a complete set of tests, but a starting point if anyone wants to
look at improving this.
Compare: https://github.com/llvm/llvm-project/compare/6c9559b67b91...75eb43ab490f
More information about the All-commits
mailing list