[llvm-branch-commits] [mlir] af339f8 - Remove redundant casts.

2021-01-10 Thread Adrian Kuegel via llvm-branch-commits
Author: Adrian Kuegel Date: 2021-01-11T08:51:47+01:00 New Revision: af339f89a142622b6fc56c5f79d19e568af5287a URL: https://github.com/llvm/llvm-project/commit/af339f89a142622b6fc56c5f79d19e568af5287a DIFF: https://github.com/llvm/llvm-project/commit/af339f89a142622b6fc56c5f79d19e568af5287a.diff

[llvm-branch-commits] [llvm] 131ce83 - [RISCV] Clear isCodeGenOnly flag on VMSGE(U) pseudo instructions. Remove InstAliases that duplicate the asm strings in the pseudos.

2021-01-10 Thread Craig Topper via llvm-branch-commits
Author: Craig Topper Date: 2021-01-10T23:39:08-08:00 New Revision: 131ce834e4bbe443a0da0e0ce00c8d0fa4412458 URL: https://github.com/llvm/llvm-project/commit/131ce834e4bbe443a0da0e0ce00c8d0fa4412458 DIFF: https://github.com/llvm/llvm-project/commit/131ce834e4bbe443a0da0e0ce00c8d0fa4412458.diff

[llvm-branch-commits] [llvm] 7b11f56 - [JITLink] Rename PostAllocationPasses to PreFixupPasses.

2021-01-10 Thread Lang Hames via llvm-branch-commits
Author: Lang Hames Date: 2021-01-11T18:33:50+11:00 New Revision: 7b11f564dcfc867c3e7a2075e8a943014fe30780 URL: https://github.com/llvm/llvm-project/commit/7b11f564dcfc867c3e7a2075e8a943014fe30780 DIFF: https://github.com/llvm/llvm-project/commit/7b11f564dcfc867c3e7a2075e8a943014fe30780.diff LO

[llvm-branch-commits] [llvm] 5e47606 - [NFC][AsmPrinter] Make comments for spill/reload more precise.

2021-01-10 Thread Hsiangkai Wang via llvm-branch-commits
Author: Hsiangkai Wang Date: 2021-01-11T15:00:27+08:00 New Revision: 5e476061deb82ed4e6d440445f8830e1c7bccaa6 URL: https://github.com/llvm/llvm-project/commit/5e476061deb82ed4e6d440445f8830e1c7bccaa6 DIFF: https://github.com/llvm/llvm-project/commit/5e476061deb82ed4e6d440445f8830e1c7bccaa6.diff

[llvm-branch-commits] [mlir] a40767e - [MLIR][SPIRV] Add (de-)serialization support for SpecConstantOpeation.

2021-01-10 Thread via llvm-branch-commits
Author: ergawy Date: 2021-01-11T07:37:50+01:00 New Revision: a40767ec8851b997e4dcc9987078bd02670f8c7f URL: https://github.com/llvm/llvm-project/commit/a40767ec8851b997e4dcc9987078bd02670f8c7f DIFF: https://github.com/llvm/llvm-project/commit/a40767ec8851b997e4dcc9987078bd02670f8c7f.diff LOG: [

[llvm-branch-commits] [clang] b8d2842 - CGDebugInfo: Delete unneeded UnwrapTypeForDebugInfo

2021-01-10 Thread Fangrui Song via llvm-branch-commits
Author: Fangrui Song Date: 2021-01-10T22:22:07-08:00 New Revision: b8d28420885a42d16a57e02c28129d0eb92474a1 URL: https://github.com/llvm/llvm-project/commit/b8d28420885a42d16a57e02c28129d0eb92474a1 DIFF: https://github.com/llvm/llvm-project/commit/b8d28420885a42d16a57e02c28129d0eb92474a1.diff

[llvm-branch-commits] [clang] 6215c1b - CGDebugInfo: Delete redundant test

2021-01-10 Thread Fangrui Song via llvm-branch-commits
Author: Fangrui Song Date: 2021-01-10T22:22:06-08:00 New Revision: 6215c1b778f62433f3d79addc299a1bbd0e524d0 URL: https://github.com/llvm/llvm-project/commit/6215c1b778f62433f3d79addc299a1bbd0e524d0 DIFF: https://github.com/llvm/llvm-project/commit/6215c1b778f62433f3d79addc299a1bbd0e524d0.diff

[llvm-branch-commits] [mlir] dcac2da - [IR Parser] Fix a crash handling zero width integer attributes.

2021-01-10 Thread Chris Lattner via llvm-branch-commits
Author: Chris Lattner Date: 2021-01-10T21:18:01-08:00 New Revision: dcac2da10632c83737fce6da60fbc4dd09c01034 URL: https://github.com/llvm/llvm-project/commit/dcac2da10632c83737fce6da60fbc4dd09c01034 DIFF: https://github.com/llvm/llvm-project/commit/dcac2da10632c83737fce6da60fbc4dd09c01034.diff

[llvm-branch-commits] [clang] ffa6787 - [PowerPC] Add variants of 64-bit vector types for vec_sel.

2021-01-10 Thread via llvm-branch-commits
Author: Esme-Yi Date: 2021-01-11T03:52:16Z New Revision: ffa67873a3f93a6baa0046221edd08a90b0db6f8 URL: https://github.com/llvm/llvm-project/commit/ffa67873a3f93a6baa0046221edd08a90b0db6f8 DIFF: https://github.com/llvm/llvm-project/commit/ffa67873a3f93a6baa0046221edd08a90b0db6f8.diff LOG: [Powe

[llvm-branch-commits] [llvm] 7f69860 - [LoopUnroll] Fix a crash

2021-01-10 Thread Serguei Katkov via llvm-branch-commits
Author: Serguei Katkov Date: 2021-01-11T10:19:26+07:00 New Revision: 7f69860243e8933c3da1177afde0d3cb6544d04e URL: https://github.com/llvm/llvm-project/commit/7f69860243e8933c3da1177afde0d3cb6544d04e DIFF: https://github.com/llvm/llvm-project/commit/7f69860243e8933c3da1177afde0d3cb6544d04e.diff

[llvm-branch-commits] [llvm] 5cf73dc - [RISCV] Convert most of the information about RVV Pseudos into bits in TSFlags.

2021-01-10 Thread Craig Topper via llvm-branch-commits
Author: Craig Topper Date: 2021-01-10T19:15:45-08:00 New Revision: 5cf73dca77e52f54c893d2c5fc2f56a5f2764f7d URL: https://github.com/llvm/llvm-project/commit/5cf73dca77e52f54c893d2c5fc2f56a5f2764f7d DIFF: https://github.com/llvm/llvm-project/commit/5cf73dca77e52f54c893d2c5fc2f56a5f2764f7d.diff

[llvm-branch-commits] [llvm] 7539c75 - [DAGCombine] Remove the check for unsafe-fp-math when we are checking the AFN

2021-01-10 Thread QingShan Zhang via llvm-branch-commits
Author: QingShan Zhang Date: 2021-01-11T02:25:53Z New Revision: 7539c75bb438f185575573ed4ea8da7cb37d3f2a URL: https://github.com/llvm/llvm-project/commit/7539c75bb438f185575573ed4ea8da7cb37d3f2a DIFF: https://github.com/llvm/llvm-project/commit/7539c75bb438f185575573ed4ea8da7cb37d3f2a.diff LOG

[llvm-branch-commits] [llvm] d43a264 - Revert "[X86][SSE] Fold unpack(hop(), hop()) -> permute(hop())"

2021-01-10 Thread Nico Weber via llvm-branch-commits
Author: Nico Weber Date: 2021-01-10T20:22:53-05:00 New Revision: d43a264a5dd3c72bf9dc663551c0993921b28136 URL: https://github.com/llvm/llvm-project/commit/d43a264a5dd3c72bf9dc663551c0993921b28136 DIFF: https://github.com/llvm/llvm-project/commit/d43a264a5dd3c72bf9dc663551c0993921b28136.diff LO

[llvm-branch-commits] [llvm] 4739dd6 - [LoopDeletion] Break backedge of outermost loops when known not taken

2021-01-10 Thread Philip Reames via llvm-branch-commits
Author: Philip Reames Date: 2021-01-10T16:02:33-08:00 New Revision: 4739dd67e7a08b715f1d23f71fb4af16007fe80a URL: https://github.com/llvm/llvm-project/commit/4739dd67e7a08b715f1d23f71fb4af16007fe80a DIFF: https://github.com/llvm/llvm-project/commit/4739dd67e7a08b715f1d23f71fb4af16007fe80a.diff

[llvm-branch-commits] [clang] 02bc320 - CGDebugInfo: Delete unused DIFile* parameter

2021-01-10 Thread Fangrui Song via llvm-branch-commits
Author: Fangrui Song Date: 2021-01-10T15:03:40-08:00 New Revision: 02bc320545deb0212a43acae24fcf2383755d383 URL: https://github.com/llvm/llvm-project/commit/02bc320545deb0212a43acae24fcf2383755d383 DIFF: https://github.com/llvm/llvm-project/commit/02bc320545deb0212a43acae24fcf2383755d383.diff

[llvm-branch-commits] [llvm] 407b1e6 - [StringExtras] Add a helper class for comma-separated lists

2021-01-10 Thread Kazu Hirata via llvm-branch-commits
Author: Kazu Hirata Date: 2021-01-10T14:32:02-08:00 New Revision: 407b1e65a464081e28c325273b65e8eafdfad1d4 URL: https://github.com/llvm/llvm-project/commit/407b1e65a464081e28c325273b65e8eafdfad1d4 DIFF: https://github.com/llvm/llvm-project/commit/407b1e65a464081e28c325273b65e8eafdfad1d4.diff L

[llvm-branch-commits] [openmp] 7be3285 - [OpenMP] Not set OPENMP_STANDALONE_BUILD=ON when building OpenMP along with LLVM

2021-01-10 Thread Shilei Tian via llvm-branch-commits
Author: Shilei Tian Date: 2021-01-10T16:46:19-05:00 New Revision: 7be3285248bf54d0784a76174cf44cf7c1e780a5 URL: https://github.com/llvm/llvm-project/commit/7be3285248bf54d0784a76174cf44cf7c1e780a5 DIFF: https://github.com/llvm/llvm-project/commit/7be3285248bf54d0784a76174cf44cf7c1e780a5.diff L

[llvm-branch-commits] [llvm] 894d2db - [LLVM] Added OpenMP to `LLVM_ALL_RUNTIMES`

2021-01-10 Thread Shilei Tian via llvm-branch-commits
Author: Shilei Tian Date: 2021-01-10T16:45:51-05:00 New Revision: 894d2dbf502026a2b063340f8214b8ffd7cf7e21 URL: https://github.com/llvm/llvm-project/commit/894d2dbf502026a2b063340f8214b8ffd7cf7e21 DIFF: https://github.com/llvm/llvm-project/commit/894d2dbf502026a2b063340f8214b8ffd7cf7e21.diff L

[llvm-branch-commits] [llvm] 8e8d214 - [NFCI][SimplifyCFG] Prefer to add Insert edges before Delete edges into DomTreeUpdater, if reasonable

2021-01-10 Thread Roman Lebedev via llvm-branch-commits
Author: Roman Lebedev Date: 2021-01-11T00:30:44+03:00 New Revision: 8e8d214c4a6c417e42996faeb9211a5c2e32111f URL: https://github.com/llvm/llvm-project/commit/8e8d214c4a6c417e42996faeb9211a5c2e32111f DIFF: https://github.com/llvm/llvm-project/commit/8e8d214c4a6c417e42996faeb9211a5c2e32111f.diff

[llvm-branch-commits] [lldb] 13dea03 - [lldb] Fix some bugs in the Pipe class and add tests

2021-01-10 Thread Pavel Labath via llvm-branch-commits
Author: Pavel Labath Date: 2021-01-10T21:59:16+01:00 New Revision: 13dea030b3d794d05a08dd0080c35844c9ca1b30 URL: https://github.com/llvm/llvm-project/commit/13dea030b3d794d05a08dd0080c35844c9ca1b30 DIFF: https://github.com/llvm/llvm-project/commit/13dea030b3d794d05a08dd0080c35844c9ca1b30.diff

[llvm-branch-commits] [llvm] fc8ab25 - [Tests] Precommit tests from to simplify rebase

2021-01-10 Thread Philip Reames via llvm-branch-commits
Author: Philip Reames Date: 2021-01-10T12:42:08-08:00 New Revision: fc8ab254472972816956c69d16e8b35bc91cc2ab URL: https://github.com/llvm/llvm-project/commit/fc8ab254472972816956c69d16e8b35bc91cc2ab DIFF: https://github.com/llvm/llvm-project/commit/fc8ab254472972816956c69d16e8b35bc91cc2ab.diff

[llvm-branch-commits] [llvm] 86d6f7e - Precommit tests requested for D93725

2021-01-10 Thread Philip Reames via llvm-branch-commits
Author: Philip Reames Date: 2021-01-10T12:29:34-08:00 New Revision: 86d6f7e90a1deab93e357b8f356e29d4a24fa3ac URL: https://github.com/llvm/llvm-project/commit/86d6f7e90a1deab93e357b8f356e29d4a24fa3ac DIFF: https://github.com/llvm/llvm-project/commit/86d6f7e90a1deab93e357b8f356e29d4a24fa3ac.diff

[llvm-branch-commits] [clang] abfe348 - [test] Improve CodeGenCXX/difile_entry.cpp

2021-01-10 Thread Fangrui Song via llvm-branch-commits
Author: Fangrui Song Date: 2021-01-10T12:24:49-08:00 New Revision: abfe348e6b4c50c750d70adcf0b99fd3d8d4132e URL: https://github.com/llvm/llvm-project/commit/abfe348e6b4c50c750d70adcf0b99fd3d8d4132e DIFF: https://github.com/llvm/llvm-project/commit/abfe348e6b4c50c750d70adcf0b99fd3d8d4132e.diff

[llvm-branch-commits] [llvm] 377dcfd - [Tests] Auto update a vectorizer test to simplify future diff

2021-01-10 Thread Philip Reames via llvm-branch-commits
Author: Philip Reames Date: 2021-01-10T12:23:22-08:00 New Revision: 377dcfd5c15d8e2c9e71a171635529052a96e244 URL: https://github.com/llvm/llvm-project/commit/377dcfd5c15d8e2c9e71a171635529052a96e244 DIFF: https://github.com/llvm/llvm-project/commit/377dcfd5c15d8e2c9e71a171635529052a96e244.diff

[llvm-branch-commits] [llvm] 3f09c77 - [SLP] fix typo in assert

2021-01-10 Thread Sanjay Patel via llvm-branch-commits
Author: Sanjay Patel Date: 2021-01-10T13:15:04-05:00 New Revision: 3f09c77d33dcd74b3cba4558b07f88d87ab2dd9d URL: https://github.com/llvm/llvm-project/commit/3f09c77d33dcd74b3cba4558b07f88d87ab2dd9d DIFF: https://github.com/llvm/llvm-project/commit/3f09c77d33dcd74b3cba4558b07f88d87ab2dd9d.diff

[llvm-branch-commits] [llvm] 0aa75fb - [SLP] put verifyFunction call behind EXPENSIVE_CHECKS

2021-01-10 Thread Sanjay Patel via llvm-branch-commits
Author: Sanjay Patel Date: 2021-01-10T12:32:21-05:00 New Revision: 0aa75fb12faa04e07ba1a6e334605357b6a159c9 URL: https://github.com/llvm/llvm-project/commit/0aa75fb12faa04e07ba1a6e334605357b6a159c9 DIFF: https://github.com/llvm/llvm-project/commit/0aa75fb12faa04e07ba1a6e334605357b6a159c9.diff

[llvm-branch-commits] [llvm] e3d3dbd - [llvm] Ensure newlines at the end of files (NFC)

2021-01-10 Thread Kazu Hirata via llvm-branch-commits
Author: Kazu Hirata Date: 2021-01-10T09:24:57-08:00 New Revision: e3d3dbd33930b7bc879b522d65f6d27c1677253e URL: https://github.com/llvm/llvm-project/commit/e3d3dbd33930b7bc879b522d65f6d27c1677253e DIFF: https://github.com/llvm/llvm-project/commit/e3d3dbd33930b7bc879b522d65f6d27c1677253e.diff L

[llvm-branch-commits] [llvm] 9850d3b - [CodeGen, DebugInfo] Use llvm::find_if (NFC)

2021-01-10 Thread Kazu Hirata via llvm-branch-commits
Author: Kazu Hirata Date: 2021-01-10T09:24:53-08:00 New Revision: 9850d3b10a10aff00d31adf0633a4ba2b840f824 URL: https://github.com/llvm/llvm-project/commit/9850d3b10a10aff00d31adf0633a4ba2b840f824 DIFF: https://github.com/llvm/llvm-project/commit/9850d3b10a10aff00d31adf0633a4ba2b840f824.diff L

[llvm-branch-commits] [llvm] 1d10a1d - [MemorySSA] Remove unused dominatesUse (NFC)

2021-01-10 Thread Kazu Hirata via llvm-branch-commits
Author: Kazu Hirata Date: 2021-01-10T09:24:55-08:00 New Revision: 1d10a1d5b1ff8fc9ce923b6ea92f049c73a669ab URL: https://github.com/llvm/llvm-project/commit/1d10a1d5b1ff8fc9ce923b6ea92f049c73a669ab DIFF: https://github.com/llvm/llvm-project/commit/1d10a1d5b1ff8fc9ce923b6ea92f049c73a669ab.diff L

[llvm-branch-commits] [llvm] 1ecae1e - [ConstantFold] Fold fptoi.sat intrinsics

2021-01-10 Thread Nikita Popov via llvm-branch-commits
Author: Nikita Popov Date: 2021-01-10T17:37:27+01:00 New Revision: 1ecae1e62ad016f0c12c204ce312fdfd653ca8cf URL: https://github.com/llvm/llvm-project/commit/1ecae1e62ad016f0c12c204ce312fdfd653ca8cf DIFF: https://github.com/llvm/llvm-project/commit/1ecae1e62ad016f0c12c204ce312fdfd653ca8cf.diff

[llvm-branch-commits] [llvm] bdb748a - [ConstantFold] Add tests for fptoi.sat (NFC)

2021-01-10 Thread Nikita Popov via llvm-branch-commits
Author: Nikita Popov Date: 2021-01-10T17:08:11+01:00 New Revision: bdb748a0ab24b9d87f98d3cdbecdbbf504aed930 URL: https://github.com/llvm/llvm-project/commit/bdb748a0ab24b9d87f98d3cdbecdbbf504aed930 DIFF: https://github.com/llvm/llvm-project/commit/bdb748a0ab24b9d87f98d3cdbecdbbf504aed930.diff

[llvm-branch-commits] [llvm] c701f85 - [STLExtras] Use return type from operator* of the wrapped iter.

2021-01-10 Thread Florian Hahn via llvm-branch-commits
Author: Florian Hahn Date: 2021-01-10T14:41:13Z New Revision: c701f85c45589091f0d232fc2bc0bc390a6ab684 URL: https://github.com/llvm/llvm-project/commit/c701f85c45589091f0d232fc2bc0bc390a6ab684 DIFF: https://github.com/llvm/llvm-project/commit/c701f85c45589091f0d232fc2bc0bc390a6ab684.diff LOG:

[llvm-branch-commits] [lld] 47991a1 - [lld/mac] llvm style fix: no else after return

2021-01-10 Thread Nico Weber via llvm-branch-commits
Author: Nico Weber Date: 2021-01-10T09:35:00-05:00 New Revision: 47991a15d1925cba4687c5077cc9c81c8fcd00bd URL: https://github.com/llvm/llvm-project/commit/47991a15d1925cba4687c5077cc9c81c8fcd00bd DIFF: https://github.com/llvm/llvm-project/commit/47991a15d1925cba4687c5077cc9c81c8fcd00bd.diff LO

[llvm-branch-commits] [mlir] a922486 - [mlir] NFC - Drop spurious assertion on symbols during `promoteComposedSymbolsAsDims`

2021-01-10 Thread Nicolas Vasilache via llvm-branch-commits
Author: Nicolas Vasilache Date: 2021-01-10T14:02:16Z New Revision: a92248600ec4acba00db566a54c8ce53de807e3c URL: https://github.com/llvm/llvm-project/commit/a92248600ec4acba00db566a54c8ce53de807e3c DIFF: https://github.com/llvm/llvm-project/commit/a92248600ec4acba00db566a54c8ce53de807e3c.diff

[llvm-branch-commits] [llvm] 9f2d936 - [CodeGen] Update transformations to use poison for shufflevector/insertelem's initial vector elem

2021-01-10 Thread Juneyoung Lee via llvm-branch-commits
Author: Juneyoung Lee Date: 2021-01-10T18:03:51+09:00 New Revision: 9f2d9364b04c4d9651b1ec8612a3968b969fe71d URL: https://github.com/llvm/llvm-project/commit/9f2d9364b04c4d9651b1ec8612a3968b969fe71d DIFF: https://github.com/llvm/llvm-project/commit/9f2d9364b04c4d9651b1ec8612a3968b969fe71d.diff

[llvm-branch-commits] [clang] b41b743 - [test] Improve weakref & weak_import tests

2021-01-10 Thread Fangrui Song via llvm-branch-commits
Author: Fangrui Song Date: 2021-01-09T23:56:55-08:00 New Revision: b41b743d461168300ae0121937b50e334563d307 URL: https://github.com/llvm/llvm-project/commit/b41b743d461168300ae0121937b50e334563d307 DIFF: https://github.com/llvm/llvm-project/commit/b41b743d461168300ae0121937b50e334563d307.diff