[all-commits] [llvm/llvm-project] c1e159: [IR] fix Constant::isElementWiseEqual() to allow f...
RotateRight via All-commits
all-commits at lists.llvm.org
Fri Jan 17 05:33:51 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c1e159ef6eb0095b78d08594f02f511c69d9a64b
https://github.com/llvm/llvm-project/commit/c1e159ef6eb0095b78d08594f02f511c69d9a64b
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-01-17 (Fri, 17 Jan 2020)
Changed paths:
M llvm/lib/IR/Constants.cpp
M llvm/unittests/IR/ConstantsTest.cpp
Log Message:
-----------
[IR] fix Constant::isElementWiseEqual() to allow for all undef elements compare
We could argue that match() should be more flexible here,
but I'm not sure what impact that would have on existing code.
More information about the All-commits
mailing list