Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ↵ | Dmitri Gribenko | 2013-01-01 | 1 | -1/+1 |
| | | | | | | | | | | | ModuleID This is done to avoid odd test failures, like the one fixed in r171243. My previous regex was not good enough to find these. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171343 91177308-0d34-0410-b5e6-96231b3b80d8 | ||||
* | When gvn decides to replace an instruction with another, we have to patch the | Rafael Espindola | 2012-06-04 | 1 | -0/+101 |
replacement to make it at least as generic as the instruction being replaced. This includes: * dropping nsw/nuw flags * getting the least restrictive tbaa and fpmath metadata * merging ranges Fixes PR12979. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157958 91177308-0d34-0410-b5e6-96231b3b80d8 |