[all-commits] [llvm/llvm-project] e6064a: [GlobalISel] Implement computeKnownBits for G_ASSE...
Jessica Paquette via All-commits
all-commits at lists.llvm.org
Wed Feb 17 14:02:58 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6064a6418f31d7140de97a99e9df25aeef66811
https://github.com/llvm/llvm-project/commit/e6064a6418f31d7140de97a99e9df25aeef66811
Author: Jessica Paquette <jpaquette at apple.com>
Date: 2021-02-17 (Wed, 17 Feb 2021)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp
M llvm/unittests/CodeGen/GlobalISel/KnownBitsTest.cpp
Log Message:
-----------
[GlobalISel] Implement computeKnownBits for G_ASSERT_SEXT
Implementation is the same as G_SEXT_INREG.
Differential Revision: https://reviews.llvm.org/D96899
More information about the All-commits
mailing list